v/vlib/v/gen/c
Louis Schmieder 64391efa4d
orm: add mysql support (#9630)
* add mysql to orm

* fix got to big packet error

* format sql.v

* format example

* custom sql types

* add mysql table cration

* add documentation

* format sql.v

* fix markdown

* start implementing select_expr for mysql

* remove orm.c

* format sql.v

* finish mysql expr

* remove c

* remove unessecary files

* change to c implementation

* remove c

* added str interpolation for idents

* fix string insert

* fix compilation problems

* fix gitly compilation

* fix typing mistake

* add link to orm docs
2021-04-10 17:38:27 +03:00
..
array.v builtin: optimize array sort (#9570) 2021-04-03 12:16:18 +02:00
assert.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
auto_eq_methods.v map: rename methods (#9657) 2021-04-10 04:00:29 +02:00
auto_str_methods.v checker, cgen: add sumtype-like smartcasting capabilites to interfaces (#9256) 2021-04-09 11:00:05 +03:00
cgen.v orm: add mysql support (#9630) 2021-04-10 17:38:27 +03:00
cheaders.v map: rename methods (#9657) 2021-04-10 04:00:29 +02:00
cmain.v gc: make generational mode of Boehm-GC available (#9514) 2021-03-30 09:36:22 +02:00
comptime.v v: add support for `$if freestanding {`, without using it (part 1) (#9656) 2021-04-09 23:24:25 +03:00
ctempvars.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
dumpexpr.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
embed.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00
fn.v map: rename methods (#9657) 2021-04-10 04:00:29 +02:00
index.v map: rename methods (#9657) 2021-04-10 04:00:29 +02:00
json.v map: rename methods (#9657) 2021-04-10 04:00:29 +02:00
live.v cgen: move cgen from v.gen to v.gen.c (#8515) 2021-02-02 15:41:51 +01:00
profile.v ci: add tcc32 CI on windows (#8922) 2021-02-25 12:52:12 +01:00
sql.v orm: add mysql support (#9630) 2021-04-10 17:38:27 +03:00
str.v all: a massive merge of ast and table modules 2021-04-02 01:57:09 +03:00