@libsql/client
Advanced tools
Changelog
0.3.1 -- 2023-07-20
ResultSet.toJSON()
to provide better JSON serialization. (#61)package.json
that redirect the default import of @libsql/client
to @libsql/client/web
on a few supported edge platforms. (#65)Config.fetch
to support overriding the fetch
implementation from @libsql/isomorphic-fetch
. (#66)Changelog
0.2.0 -- 2023-06-07
@libsql/hrana-client
version 0.4 (#44)?tls=0
query parameter to turn off TLS for libsql:
URLslibsql:
URL to use HTTP instead of WebSocketsValue
type to include bigint
(so that we can add support for reading integers as bigints in the future, without breaking compatibility)./hrana
import, added ./ws
to import the WebSocket-only client