walkable-server / walkable

A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
https://walkable.gitlab.io/
Eclipse Public License 2.0
444 stars 15 forks source link

Intro with #145

Closed myguidingstar closed 5 years ago

myguidingstar commented 5 years ago

almost done, will need to implement floor-plan/compile-aggregator-selection.

myguidingstar commented 5 years ago

done for postgres and sqlite. Some compatibility issue with Mysql. It works on my local machine with 10.2.17-MariaDB

myguidingstar commented 5 years ago

turns out WITH (CTE) was introduced in MariaDB 10.2.1 and MySQL 8.0