This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
Releases: sqlectron/sqlectron-core
Releases · sqlectron/sqlectron-core
v7.1.0
- Replace a single connection with a pool of connections. So is possible execute multiple queries at same time.
- Add new API
query
on clients that allows cancel an executing query. - Allow set the domain property for mmsql connections.
- Set the application name for PG connections.
v7.0.0
v6.3.1
v6.3.0
- Add support for Cassandra DB
It is a simple support for Cassandra. Simple because Cassandra driver provides less informations for some executions than other DBs drivers, such as affected rows. And Cassandra is a no-sql database, so there is no structures like views, function, procedures and others. Also to keep compatibility with the other clients we treat Cassandra keyspaces as database.