Skip to content

Commit 5367106

Browse files
committed
fix: improve comments
1 parent 12757ca commit 5367106

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ export const NitroSQLite = {
1515
...HybridNitroSQLite,
1616
native: HybridNitroSQLite,
1717
onInitialized,
18-
// Overwrite native functions with session-based JS implementations,
18+
// Overwrite native `open` function with session-based JS abstraction,
1919
// where the database name can be ommited once opened
2020
open,
21+
// More JS abstractions, that perform type casting and validation.
2122
transaction,
2223
execute,
2324
executeAsync,

0 commit comments

Comments
 (0)