-
Hi.
I am using a library Objection.js which is an ORM. It has a class `Model` which I'd like to extend. The problem is that it exports ES6 classes, and I can't seem to use LiveScript classes to ext…
-
it would be nice if you could call migration on a knex instance without passing in additional config. maybe store the config on the knex instance and allow the directory/tablename to be a part of it
-
Hey, first off thanks for building this. I just got started using `objection.js` and I love it. The docs are great as well. I'm trying to insert new objects into Postgres and running into some problem…
-
Hey, really awesome job on this project! A few months ago I started working on the same idea with [dataface](https://github.com/timwis/dataface). I didn't get as far as you did, and frankly I'm glad t…
-
five-bells-ledger now uses its own src/lib/knex.js, so the sequelize-based lib/db.js in this repo can probably be removed now? Or is some other dependent still using it?
-
We have a desire to move our Node application which uses knex.js from Mysql to Oracle. Oracle has released a new node driver (https://github.com/oracle/node-oracledb). It would be good to have support…
-
I've done the below steps, and they have not fixed the issue.
- [x] Run `npm run build-server` to regenerate `lib/` from `src/`
- [x] Run `rm -rf node_modules && npm install` to get a fresh in…
-
Provides a second line of defense for [the same validation in the frontend](https://github.com/emmanuelroussel/stockpile-app/issues/135).
- [x] Check that `startDate` is not in the past
- [x] Chec…
-
# Work on Step
## Challenge Rating
This goal will likely be within your ZPD if you...
- Can build CRUD apps from scratch with Node.js and PostgreSQL
- Can use React to build stateful client-…
-
I am not a database expert but want to know whether bookshelf can support NoSQL databases, such as Cassandra and MongoDB. Thanks!