Skip to content

Releases: sqlectron/sqlectron-db-core

v0.6.0

26 Dec 00:03
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Features

  • Add in client shim for backwards compatibility with original sqlectron-core code. These fields / features are deprecated, and will be removed in the 2.0 release.

v0.5.0

25 Dec 21:50
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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.