|
|
|
|
|
by aabbcc1241
1428 days ago
|
|
I'm working on a npm package [1] that "transpile" from a syntax inspired by edgedb into raw sql. The generated sql and be used with original database, without additional running process. I've implemented select columns, join tables and where statements. Still having more to work on (e.g. order by, group by, aggregate function, and more important, the readme) [1] https://github.com/beenotung/better-sql |
|