Skip to content

Commit 085c97a

Browse files
committed
fix(docs): clarify statement preparation syntax in migration guide
1 parent d83b700 commit 085c97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/migrating-from-better-sqlite3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const db = new DatabaseSync("mydb.sqlite", { readOnly: true });
2020

2121
### Statement preparation
2222

23-
Both libraries use prepared statements, but with different property names:
23+
Both libraries use prepared statements with the same syntax:
2424

2525
```javascript
2626
// better-sqlite3

0 commit comments

Comments
 (0)