dobo
Version:
Database ORM/ODM for Bajo Framework
40 lines (24 loc) • 1.04 kB
Markdown
# dobo
Plugin name: **dobo**, alias: **db**
 
> <br />**Attention**: I do NOT accept any pull request at the moment, thanks!<br /><br />
Database connectivity, tools, ORM/ODM support for [Bajo](https://github.com/ardhi/bajo)
## Installation
Goto your ```<bajo-base-dir>``` and type:
```bash
$ npm install dobo
```
Now open your ```<bajo-data-dir>/config/.plugins``` and put ```dobo``` in it
## Documentations
- [Query Language](docs/query-language.md)
## Database Drivers
- Memory (Built-in)
- [SQL/Knex](https://github.com/ardhi/dobo-knex)
- [CouchDB](https://github.com/ardhi/dobo-couchdb)
- [Elasticsearch](https://github.com/ardhi/dobo-elasticsearch)
- [MongoDB](https://github.com/ardhi/dobo-mongodb)
- [Redis](https://github.com/ardhi/dobo-redis)
- [REST Proxy](https://github.com/ardhi/dobo-restproxy)
More will come soon
## License
[MIT](LICENSE)