Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@libsql/core

Package Overview
Dependencies
Maintainers
3
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libsql/core - npm Package Versions

134

0.11.0

Diff

Changelog

Source

0.11.0 -- 2024-09-13

  • Upgrade libsql-js to latest 0.4.4 version which brings full vector search support for embedded replicas (see vector search documentation here: https://docs.turso.tech/features/ai-and-embeddings)
penberg
published 0.10.0 •

Changelog

Source

0.10.0 -- 2024-08-26

  • Add a migrate() API that can be used to do migrations on both schema databases and regular databases. It is mostly dedicated to schema migration tools.
penberg
published 0.9.0 •

penberg
published 0.8.1 •

Changelog

Source

0.8.1 -- 2024-08-03

  • Fix embedded replica sync WAL index path name , which caused "No such file or directory" for local sync in some cases (#244).
penberg
published 0.8.0 •

Changelog

Source

0.8.0 -- 2024-07-30

  • No changes from 0.8.0-pre.1.
penberg
published 0.8.0-pre.1 •

Changelog

Source

0.8.0-pre.1 -- 2024-07-18

  • Bump hrana client to 0.6.2.
  • Support cache=private|shared query parameter in the connection string to local SQLite (https://github.com/tursodatabase/libsql-client-ts/pull/220)
  • Fix bug in wasm experimental client which appears when transaction are used in local mode (https://github.com/tursodatabase/libsql-client-ts/pull/231)
  • Add execute(sql, args) overload to make the API similar to other SQLite SDKs
penberg
published 0.7.0 •

Changelog

Source

0.7.0 -- 2024-06-25

  • Add configurable concurrency limit for parallel query execution (defaults to 20) to address socket hangup errors.
penberg
published 0.6.2 •

Changelog

Source

0.6.2 -- 2024-06-01

  • Fix compatibility issue with libSQL server versions that don't have migrations endpoint.
penberg
published 0.6.1 •

Changelog

Source

0.6.1 -- 2024-05-30

  • Add an option to batch() to wait for schema changes to finish when using shared schema.
penberg
published 0.6.0 •

Changelog

Source

0.6.0 -- 2024-04-28

  • Bump hrana client to 0.6.0, which uses native Node fetch(). Note that @libsql/client now requires Node 18 or later.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc