Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@thma thma released this 17 Oct 15:20
· 39 commits to main since this release

new features in v0.6

  • Autoincrement flag for primary keys can now defined per Entity
  • insert now always returns the inserted entity (thus insertReturning was removed)
  • insertMany now also respects handling of primary keys

new features in v0.5

  • support for PostgreSQL
  • support RETURNING statement for insert
  • support for auto-incrementing primary keys
  • entitiesFromRows now available in GP api also
  • provide a simple quasi-qoter for defining sql queries
  • expose some HDBC functions in the GP API
  • explicit setting of transaction mode