petrol

Petrol's an OCaml SQL API made to go FAST.

OTHER License

Stars
106
petrol - V.1.2.3 Minor Fixes Latest Release

Published by Gopiandcode over 1 year ago

  • Removed dependence on caqti-driver-sqlite3 in default build.
  • Minor unification of interfaces for Sqlite and Postgres.
  • Allow creating variables of custom types
  • Minor bug fixes
petrol - V.1.2.0 Release - Postgres Support

Published by Gopiandcode over 1 year ago

Petrol now supports Postgres as well.

Changes:

  • Added support for Postgres
  • Refactored interfaces to split between Sqlite3 and Postgres DSLs
  • Types are extensible
  • Minor bug fixes
  • Enforced a consistent ordering of migrations

Full Changelog: https://github.com/Gopiandcode/petrol/compare/1.0.0...1.2.0

petrol - Initial Release of Petrol

Published by Gopiandcode almost 2 years ago

Initial relase of Petrol

  • Added implementation
  • Added tests
  • Added documentation