About 19 results
Open links in new tab
  1. Server | @libsql/hrana-client - v0.8.0 - Turso

    Parameters this: Server <T, typeof IncomingMessage> socket Documentation for @libsql/hrana-client

  2. VerifyClientCallbackSync | @libsql/hrana-client - v0.8.0

    @libsql/hrana-client WebSocket VerifyClientCallbackSync Type alias VerifyClientCallbackSync<Request> VerifyClientCallbackSync<Request>: ((info) => boolean)

  3. 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 …

  4. 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.

  5. Stream | @libsql/hrana-client - v0.8.0 - Turso

    @libsql/hrana-client Stream Class Stream Abstract A stream for executing SQL statements (a "database connection").

  6. 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 …

  7. WebSocketServer | @libsql/hrana-client - v0.8.0

    Documentation for @libsql/hrana-clientaddListener addListener(event, cb): WebSocket. WebSocketServer Parameters event: "connection" cb: ( (client, request) => void ...

  8. @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 …

  9. Batch | @libsql/hrana-client - v0.8.0 - Turso

    Documentation for @libsql/hrana-clientA builder for creating a batch and executing it on the server.

  10. 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, …