Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ianhomer/try-bookshelf
- Owner: ianhomer
- Created: 2019-09-14T21:31:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T04:08:33.000Z (about 2 years ago)
- Last Synced: 2024-10-29T11:41:01.155Z (3 months ago)
- Topics: explore, javascript, orm
- Language: TypeScript
- Homepage:
- Size: 1.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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 startLog in to DB at
## More
See [javascript](./javascript) or [typescript](./typescript) for notes on
specific implementations.[1]: https://bookshelfjs.org/ "Bookshelf.js"