mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-24 04:45:00 +00:00
13 lines
245 B
TypeScript
13 lines
245 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
/* auto-generated by NAPI-RS */
|
|
|
|
export declare class Database {
|
|
memory: boolean
|
|
constructor(path: string)
|
|
prepare(sql: string): Statement
|
|
}
|
|
export declare class Statement {
|
|
get(): NapiResult
|
|
}
|