We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8626fd7 commit 6d4fac4Copy full SHA for 6d4fac4
1 file changed
README.md
@@ -58,3 +58,13 @@ cd sqlite
58
yarn
59
yarn test
60
```
61
+
62
63
+## Prior art
64
65
+Yarn wouldn't exist if it wasn't for excellent prior art. Sqlite has been inspired by the following projects:
66
67
+ - [better-sqlite](https://github.com/JoshuaWise/better-sqlite3)
68
+ - [sqlite3](https://github.com/mapbox/node-sqlite3)
69
+ - [sqlite](https://github.com/kriasoft/node-sqlite)
70
+ - [rusqlite](https://github.com/jgallagher/rusqlite)
0 commit comments