Releases: lagdo/dbadmin-driver-sqlite
Releases · lagdo/dbadmin-driver-sqlite
Release 0.22.1.
Release 0.22.0.
Changes:
- Rename the Entity classes to Dto.
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:
- Functions to insert and edit tables data.
- Change the db library namespace.
- Rename driver classes.
- Edit and save data from the select resultset.
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.0.
Changes:
- Create and execute prepared statements.
- Improve the drivers registration.
Release 0.14.0.
Changes:
- New interface for the selected driver options.