@libsql/client
Advanced tools
Changelog
0.11.0 -- 2024-09-13
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)Changelog
0.10.0 -- 2024-08-26
Changelog
0.8.0-pre.1 -- 2024-07-18
cache=private|shared
query parameter in the connection string to local SQLite (https://github.com/tursodatabase/libsql-client-ts/pull/220)execute(sql, args)
overload to make the API similar to other SQLite SDKsChangelog
0.7.0 -- 2024-06-25
Changelog
0.6.2 -- 2024-06-01
Changelog
0.6.1 -- 2024-05-30
batch()
to wait for schema changes to finish when using shared schema.