We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83b700 commit 085c97aCopy full SHA for 085c97a
1 file changed
doc/migrating-from-better-sqlite3.md
@@ -20,7 +20,7 @@ const db = new DatabaseSync("mydb.sqlite", { readOnly: true });
20
21
### Statement preparation
22
23
-Both libraries use prepared statements, but with different property names:
+Both libraries use prepared statements with the same syntax:
24
25
```javascript
26
// better-sqlite3
0 commit comments