mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
Initial JavaScript bindings with napi-rs
This commit is contained in:
parent
79620946c1
commit
9ef729f81c
22 changed files with 4093 additions and 151 deletions
13
bindings/javascript/index.d.ts
vendored
Normal file
13
bindings/javascript/index.d.ts
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
/* 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue