7 ms·
Why not add that functionality directly to SQLite via stored procs* https://www.amazon.com/Hierarchies-Smarties-Kaufmann-Management-Systems/dp/0123877334 https
by kevas 6y ago
Why not add that functionality directly to SQLite via stored procs*
https://www.amazon.com/Hierarchies-Smarties-Kaufmann-Management-Systems/dp/0123877334 https://www.amazon.com/Hierarchies-Smarties-Kaufmann-Managem...
*https://github.com/wolfch/sqlite-3.7.3.p1 https://github.com/wolfch/sqlite-3.7.3.p1
- deleted 6y ago[deleted]
- pstuart 6y agoA more recent effort: https://cgsql.dev/ https://cgsql.dev/
- kevas 6y agoThanks
- claytongulick 6y agoI just read through the docs of this, what an amazing project. I'm considering doing a js template string implementation for node.. cql`...` type thing with an internal compilation cache.