Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ianhomer/try-bookshelf

Explore Bookshelf - JavaScript ORM
https://github.com/ianhomer/try-bookshelf

explore javascript orm

Last synced: about 1 month ago
JSON representation

Explore Bookshelf - JavaScript ORM

Awesome Lists containing this project

README

        

# Try bookshelf

Try [Bookshelf ORM][1].

## tl;dr

docker-compose up -d
cd javascript
npm install
npx knex migrate:up
npm start

Log in to DB at

## More

See [javascript](./javascript) or [typescript](./typescript) for notes on
specific implementations.

[1]: https://bookshelfjs.org/ "Bookshelf.js"