UNPKG

@libsql/hrana-client

Version:

Hrana client for connecting to sqld over HTTP or WebSocket

5 lines (4 loc) 238 B
import * as e from "../encoding/protobuf/encode.js"; import * as proto from "./proto.js"; export declare function Stmt(w: e.MessageWriter, msg: proto.Stmt): void; export declare function Batch(w: e.MessageWriter, msg: proto.Batch): void;