Add @databases (#1017)

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
Forbes Lindesay
2020-02-22 05:53:36 +00:00
committed by GitHub
parent 9ed5b04bfc
commit a39aa50034

View File

@@ -594,6 +594,7 @@
- [Finale](https://github.com/tommybananas/finale) - RESTful endpoint generator for your Sequelize models. - [Finale](https://github.com/tommybananas/finale) - RESTful endpoint generator for your Sequelize models.
- [database-js](https://github.com/mlaanderson/database-js) - Wrapper for multiple databases with a JDBC-like connection. - [database-js](https://github.com/mlaanderson/database-js) - Wrapper for multiple databases with a JDBC-like connection.
- [Mongo Seeding](https://github.com/pkosiec/mongo-seeding) - Populate MongoDB databases with JavaScript and JSON files. - [Mongo Seeding](https://github.com/pkosiec/mongo-seeding) - Populate MongoDB databases with JavaScript and JSON files.
- [@databases](https://github.com/ForbesLindesay/atdatabases) - Query PostgreSQL, MySQL and SQLite3 with plain SQL without risking SQL injection.
### Testing ### Testing