Db Versions Save

Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.

v4.2.0

2 years ago

The most relevant change for this release is the behaviour of Save(): it will attempt to update a record if and only if the record exists, otherwise it will attempt to create a record.

v4.0.0

3 years ago

v3.7.1

4 years ago

v3.7

4 years ago

v3.6.4

4 years ago
  • Fixing some linter warnings
  • Minor refactors

v3.6.2

4 years ago

v3.6

4 years ago
  • Updated the source of the QL driver to the new maintained location.
  • Refactor test suite.

v3.5.7

5 years ago

Fixes problems with MSSQL adapter and LastInsertId.

v3.5.6

5 years ago

Fixes #474, an error in fetchRows() was ignored

v3.5.5

5 years ago

Fixes a problem with InsertReturning() and tables with varchar/string primary keys.