Skip to content

v0.0.50

Compare
Choose a tag to compare
@gionatamettifogo gionatamettifogo released this 14 Feb 10:29
· 149 commits to main since this release
687d1b8
npm install @sqlitecloud/drivers

Version:
https://www.npmjs.com/package/@sqlitecloud/drivers/v/0.0.50

Documentation:
https://sqlitecloud.github.io/sqlitecloud-js/

Release Notes:

  • Added SQLite Cloud Gateway to access your database via JSON APIs
  • Implemented drivers for bun runtime based on native bun sockets
  • Added regular socket w/o tls for test connections via ?insecure= parameter in connection string
  • Added more tests, updated build scripts, transport level code refactoring