Releases: lagdo/dbadmin-driver-pgsql
Releases · lagdo/dbadmin-driver-pgsql
Release 0.21.0.
Release 0.20.0.
Changes:
- New functions to get the SQL code for select, insert, update and delete queries.
Release 0.19.1.
Changes:
- Fix the table field enum values getter.
Release 0.19.0.
Changes:
- Functions to insert and edit tables data.
- Change the db library namespace.
- Rename driver classes.
- Edit and save data from the select resultset.
- Add a 2s timeout on database connections.
Release 0.18.0.
Changes:
- Add return types to driver functions.
- Refactor the database driver interfaces.
Release 0.17.0.
Changes:
- Enable the database import feature.
- Update drivers definitions.
Release 0.16.0.
Changes:
- Enable the database export feature.
Release 0.15.1.
Changes:
- Fix db connection.
Release 0.15.0.
Changes:
- Create and execute prepared statements.
- Improve the drivers registration.
Release 0.14.0.
Changes:
- New interface for the selected driver options.