Skip to content

Commit 249af7c

Browse files
committed
updated readme
1 parent 1984d87 commit 249af7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ db.on('open', function () {
2929

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.
32-
- `better-sqlite3` is much faster than `node-sqlite3` in most cases, and just as fast in all other cases.
3332
- `better-sqlite3` is simpler to use, and it provides nice utilities for some operations that are very difficult or impossible in `node-sqlite3`.
33+
- `better-sqlite3` is much faster than `node-sqlite3` in most cases, and just as fast in all other cases.
3434

3535
# Documentation
3636

0 commit comments

Comments
 (0)