@libsql/hrana-client
Advanced tools
Changelog
0.5.0 -- 2023-07-29
3
to the ProtocolVersion
typeBatchCond.isAutocommit()
Stream.getAutocommit()
useCursor
to Stream.batch()
Stream.close()
, which now closes the stream immediately
Stream.closeGracefully()
StmtResult.lastInsertRowid
to bigintBatchCond.and()
and BatchCond.or()
to pass the Batch
objectStream.client()
MisuseError
and InternalError
WebSocket
from @libsql/isomorphic-ws
fetch
, Request
, Response
and other types from @libsql/isomorphic-fetch
Changelog
0.4.3 -- 2023-07-18
customFetch
argument to openHttp()
to override the fetch()
functionChangelog
0.4.1 -- 2023-06-12
queueMicrotask()
by implementing a ponyfill libsql-client-ts#47Changelog
0.4.0 -- 2023-06-07
open()
, replaced with openHttp()
and openWs()
SqlOwner
interface for the storeSql()
method, which is implemented by WsClient
and HttpStream
status
to HttpServerError
parseLibsqlUrl()
to support both WebSocket and HTTP URLsValue
type to include bigint