mihrab / node_modules /@libsql /client /lib-esm /sql_cache.d.ts
abedelbahnasy55's picture
Add node_modules/@libsql/client/lib-esm/sql_cache.d.ts
45fe297 verified
raw
history blame contribute delete
228 Bytes
import type * as hrana from "@libsql/hrana-client";
export declare class SqlCache {
#private;
capacity: number;
constructor(owner: hrana.SqlOwner, capacity: number);
apply(hranaStmts: Array<hrana.Stmt>): void;
}