Skip to content

Commit 1984d87

Browse files
committed
updated readme
1 parent 88fdbd7 commit 1984d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ db.on('open', function () {
3030
- `node-sqlite3` uses asynchronous APIs for tasks that don't involve I/O. That's not only bad design, but it wastes tons of resources.
3131
- `node-sqlite3` exposes low-level (C language) memory management functions. `better-sqlite3` does it the JavaScript way, allowing the garbage collector to worry about memory management.
3232
- `better-sqlite3` is much faster than `node-sqlite3` in most cases, and just as fast in all other cases.
33+
- `better-sqlite3` is simpler to use, and it provides nice utilities for some operations that are very difficult or impossible in `node-sqlite3`.
3334

3435
# Documentation
3536

0 commit comments

Comments
 (0)