paurkedal / ocaml-caqti

Cooperative-threaded access to relational data
https://paurkedal.github.io/ocaml-caqti/index.html
GNU Lesser General Public License v3.0
307 stars 36 forks source link

ppx_rapper presentation limited to PostgreSQL #98

Closed F-Loyer closed 1 year ago

F-Loyer commented 1 year ago

In the README.md, there is

ppx_rapper - a syntax extension for Caqti/PostgreSQL queries

However, ppx_rapper works very well with MySQL/MariaDB or SQLite. Then we could simply write

ppx_rapper - a syntax extension for Caqti queries. It simplify the type specification of queries.

paurkedal commented 1 year ago

Thanks!