Releases: sqlectron/sqlectron-db-core
Releases · sqlectron/sqlectron-db-core
v0.6.0
Features
- Add in
client
shim for backwards compatibility with originalsqlectron-core
code. These fields / features are deprecated, and will be removed in the 2.0 release.
v0.5.0
This is the initial release of sqlectron-db-core
, based off code from sqlectron-core
@8.3.2. The codebase was then re-written into typescript and uses class based structures instead of plain objects for data structures. Additionally, the internal terminology was changed from client
to adapter
to better represent what it is, as it's expected to be used in the following chain:
client (sqlectron-gui) -> adapter (sqlectron-db-core) -> driver (mysql2, mssql, etc.) -> database (mysql, sqlserver, etc.)
.
The API for the library should be considered relatively stable, and the package will be promoted to a 1.0 release soon. The goal of the 1.0 release is to be as non-breaking as possible to downstream consumers.