Skip to content

Commit 27281d1

Browse files
committed
updated readme
1 parent cb42433 commit 27281d1

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
@@ -10,7 +10,7 @@ The fastest and simplest library for SQLite3 in Node.js.
1010

1111
## How other libraries compare
1212

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|
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|
1414
|---|---|---|---|---|---|
1515
|better-sqlite3|1x|1x|1x|1x|1x|
1616
|[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

Comments
 (0)