Releases: lagdo/dbadmin-driver
Releases · lagdo/dbadmin-driver
Release 0.22.0.
Release 0.21.0.
Changes:
- Update and fix the create and alter table features.
- Fix the default values in the create and alter table forms.
Release 0.20.0.
Changes:
- New functions to get the SQL code for select, insert, update and delete queries.
Release 0.19.0.
Changes:
- Add the flavor() method to the connection interface.
- Functions to insert and edit tables data.
- 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.