mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
14 lines
245 B
TypeScript
14 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
|
|
}
|