Skip to content

Commit 6d4fac4

Browse files
authored
Add prior art section to readme
1 parent 8626fd7 commit 6d4fac4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,13 @@ cd sqlite
5858
yarn
5959
yarn test
6060
```
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

Comments
 (0)