andrenth / sequoia

OCaml type-safe query builder with syntax tree extension
123 stars 16 forks source link

Initial support for PostgreSQL #7

Closed XVilka closed 6 years ago

XVilka commented 6 years ago

Started to work on https://github.com/andrenth/sequoia/issues/4

Just cloned MySQL driver and started to change specific things. Seems there are not that much. Probably a lot can be generalized between those somehow.

andrenth commented 6 years ago

Looks good to me. I guess most of the work now will be in implementing Postgre's other data types and the associated functions. It's a lot of work but it should be easy enough if you follow the existing definitions.