We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27281d1 commit f9d3c31Copy full SHA for f9d3c31
README.md
@@ -10,7 +10,7 @@ The fastest and simplest library for SQLite3 in Node.js.
10
11
## How other libraries compare
12
13
-| |select 1 row `get()`|select 100 rows `all()` |select 100 rows `iterate()` 1-by-1|insert 1 row `run()`|insert 100 rows in a transaction|
+| |select 1 row `get()` |select 100 rows `all()` |select 100 rows `iterate()` 1-by-1|insert 1 row `run()`|insert 100 rows in a transaction|
14
|---|---|---|---|---|---|
15
|better-sqlite3|1x|1x|1x|1x|1x|
16
|[sqlite](https://www.npmjs.com/package/sqlite) and [sqlite3](https://www.npmjs.com/package/sqlite3)|8.4x slower|3.7x slower|28.2x slower|3.6x slower|6.0x slower|
0 commit comments