@libsql/client
Advanced tools
Changelog
0.5.6 -- 2024-03-12
libsql
package dependency to 0.3.10 that adds wasm32
as
supported CPU, which is needed for StackBlitz compatibility.Changelog
0.5.5 -- 2024-03-11
@libsql/libsql-wasm-experimental"
dependency to 0.0.2, which
fixes a broken sqlite3_get_autocommit() export.Changelog
0.5.4 -- 2024-03-11
libsql
dependency to 0.3.9, which fixes symbol not found errors on Alpine.Changelog
0.5.3 -- 2024-03-06
syncInterval
config option to enable periodic sync.libsql
dependency to 0.3.7, which switches default encryption cipher to aes256cbs.Changelog
0.5.1 -- 2024-02-19
libsql
package to 0.3.2, add encryptionCipher
option, and switch default cipher to SQLCipher.Changelog
0.5.0 -- 2024-02-15
encryptionKey
config option, which enables encryption at rest for local database files.