You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ db.on('open', function () {
29
29
30
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.
31
31
-`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.
33
32
-`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.
0 commit comments