We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12757ca commit 5367106Copy full SHA for 5367106
package/src/index.ts
@@ -15,9 +15,10 @@ export const NitroSQLite = {
15
...HybridNitroSQLite,
16
native: HybridNitroSQLite,
17
onInitialized,
18
- // Overwrite native functions with session-based JS implementations,
+ // Overwrite native `open` function with session-based JS abstraction,
19
// where the database name can be ommited once opened
20
open,
21
+ // More JS abstractions, that perform type casting and validation.
22
transaction,
23
execute,
24
executeAsync,
0 commit comments