
Server | @libsql/hrana-client - v0.8.0 - Turso
Parameters this: Server <T, typeof IncomingMessage> socket Documentation for @libsql/hrana-client
VerifyClientCallbackSync | @libsql/hrana-client - v0.8.0
@libsql/hrana-client WebSocket VerifyClientCallbackSync Type alias VerifyClientCallbackSync<Request> VerifyClientCallbackSync<Request>: ((info) => boolean)
WebSocket | @libsql/hrana-client - v0.8.0
@libsql/hrana-client WebSocket Namespace WebSocket Defined in node_modules/@types/ws/index.d.ts:51 Defined in node_modules/@types/ws/index.d.ts:213 Index …
WsClient | @libsql/hrana-client - v0.8.0
This value is inherited by Stream objects created with openStream, but you can override the integer mode for every stream by setting intMode on the stream.
Stream | @libsql/hrana-client - v0.8.0 - Turso
@libsql/hrana-client Stream Class Stream Abstract A stream for executing SQL statements (a "database connection").
Row | @libsql/hrana-client - v0.8.0
Documentation for @libsql/hrana-clientRow returned from the database. This is an Array-like object (it has length and can be indexed with a number), and in addition, it has enumerable properties from …
WebSocketServer | @libsql/hrana-client - v0.8.0
Documentation for @libsql/hrana-clientaddListener addListener(event, cb): WebSocket. WebSocketServer Parameters event: "connection" cb: ( (client, request) => void ...
@libsql/hrana-client - v0.8.0 - Turso
Consider using the @libsql/client package, which will use Hrana automatically. Usage import * as hrana from "@libsql/hrana-client"; // Open a `hrana.Client`, which works like a connection pool in standard …
Batch | @libsql/hrana-client - v0.8.0 - Turso
Documentation for @libsql/hrana-clientA builder for creating a batch and executing it on the server.
InStmt | @libsql/hrana-client - v0.8.0
Documentation for @libsql/hrana-clientA statement that you can send to the database. Statements are represented by the Stmt class, but as a shorthand, you can specify an SQL text without arguments, …