Skip to content

Commit e7a274d

Browse files
authored
Update README.md
1 parent 676714a commit e7a274d

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
@@ -27,7 +27,7 @@ db.on('open', function () {
2727

2828
## Why should I use this instead of [node-sqlite3](https://github.com/mapbox/node-sqlite3)?
2929

30-
- `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.
30+
- `node-sqlite3` uses asynchronous APIs for tasks that don't wait for 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 simpler to use, and it provides nice utilities for some operations that are very difficult or impossible in `node-sqlite3`.
3333
- `better-sqlite3` is much faster than `node-sqlite3` in most cases, and just as fast in all other cases.

0 commit comments

Comments
 (0)