Skip to content

Commit 2fafdaa

Browse files
committed
updated README.md
1 parent 12105cb commit 2fafdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The fastest and simplest library for SQLite3 in Node.js.
2121
| |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|
2222
|---|---|---|---|---|---|
2323
|better-sqlite3|1x|1x|1x|1x|1x|
24-
|[sqlite](https://www.npmjs.com/package/sqlite) and [sqlite3](https://www.npmjs.com/package/sqlite3)|10.4x slower|2.2x slower|18.8x slower|2.8x slower|12.9x slower|
24+
|[sqlite](https://www.npmjs.com/package/sqlite) and [sqlite3](https://www.npmjs.com/package/sqlite3)|11.7x slower|2.9x slower|24.4x slower|2.8x slower|15.6x slower|
2525

2626
> You can verify these results by [running the benchmark yourself](./docs/benchmark.md).
2727

0 commit comments

Comments
 (0)