UNPKG

@libsql/hrana-client

Version:

Hrana client for connecting to sqld over HTTP or WebSocket

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