@earth-app/collegedb
Preparing search index...
SQLiteClientLike
Interface SQLiteClientLike
Minimal SQLite client contract used by adapters.
interface
SQLiteClientLike
{
execute
?:
(
sql
:
string
,
bindings
?:
any
[]
)
=>
any
;
prepare
?:
(
sql
:
string
)
=>
SQLiteStatementLike
;
}
Index
Properties
execute?
prepare?
Properties
Optional
execute
execute
?:
(
sql
:
string
,
bindings
?:
any
[]
)
=>
any
Optional
prepare
prepare
?:
(
sql
:
string
)
=>
SQLiteStatementLike
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
execute
prepare
@earth-app/collegedb
Loading...
Minimal SQLite client contract used by adapters.