Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a-a-j/database-coffee

Fast and smooth connection to all popular databases by node.js only
https://github.com/a-a-j/database-coffee

databasse discord-js firebase mysql node-js

Last synced: 26 days ago
JSON representation

Fast and smooth connection to all popular databases by node.js only

Awesome Lists containing this project

README

        


Database-coffee

# 🔗 Supported databases
- [firebase-admin](https://github.com/firebase/firebase-admin-node)

# ⭐ But Why ?

- Smooth in use
- No need to use too many texts
- Supports databases with the same structure used in the project.

# 📕 Setup

```js
npm install database-coffee
```
or
```js
git clone https://github.com/A-A-J/database-coffee.git
```

# ❓How to used?
Full use added inside [text](https://github.com/A-A-J/database-coffee/tree/master/test) folder
> firebase
- [set](https://github.com/A-A-J/database-coffee/blob/master/test/firebase/set.js)
- [findOne](https://github.com/A-A-J/database-coffee/blob/master/test/firebase/findOne.js)
- [findAll](https://github.com/A-A-J/database-coffee/blob/master/test/firebase/findAll.js)
- [update](https://github.com/A-A-J/database-coffee/blob/master/test/firebase/update.js)
- [delete](https://github.com/A-A-J/database-coffee/blob/master/test/firebase/delete.js)

# 💭 Contact us | Support