sequoia
sequoia copied to clipboard
OCaml type-safe query builder with syntax tree extension
I tried to resurect this project ... Next step : - generate sql to create table - connect to the data base ...
Please enable it for the repository - for both master branch and pull requests.
Following PR makes the following changes: - updated to dune via `dune upgrade` - fixes many now default dune errors like unused variables, unused opens Not sure if everything is...
It would be amazing to have `CREATE TABLE` generated for the defined tables. Are there any plans to support that?
There are `alias` and `-->` funcitons in Sequoia.Select, but they operate over Expr.t while tables are not expressions. Example: ``` module Weapon = struct include (val Postgresql.table "weapon") let id...
I see there are many good improvements in the code since the release of 0.1 two years ago. Would be really awesome to have them in the opam repository after...
Both PostgreSQL and MySQL have support for them (using different syntax though).
I have a table with a primary key that is of type `VARCHAR` and is referenced by another table, but it looks like Sequoia only supports. At least, when I...
I have a table which has a field that is a nullable foreign key. When I try to compile I get this: I have a table with a primary key...
Hi, thank you for building this amazing library! Is a Postgresql driver in the roadmap of this project? If so, what would be necessary to realize it? Would love to...