-
# Environment
Knex version: 0.19.4
Database + version: Psql 11.4
OS: Windows 10
@lorefnon.
# Bug
1. On npm start project should successfuly compile and started
2. E:\ntts\node_modules…
-
The Knex DB adapters `postConnect()` function seeds an initial DB for you, based on the lists defined, if it detects the DB hasn't been setup yet. However the check it uses is fairly naive -- it check…
-
**Issue type:**
[ ] Question
[ ] Bug report
[x ] Feature request
[ ] Documentation issue
**Database system/driver:**
[ ] Postgres
[x ] MSSQL
[ ] MySQL
[ ] MariaDB
[ ] SQLite3
[ ] Orac…
-
We should be able to declare plugins in the config and pass the underlying configuration to them. No code should be required for generation.
This will allow us to mix and match different plugins lik…
-
With the addition of `dbManager` middleware in version 0.32.0, I am no longer able to bundle my functions, as `mssql` is missing as a dependency of `knex`.
Even though I am not even using `dbManage…
-
I have an use case right now where I need to autoload certain relationships and transform all fields to camelcase before sending them to the API consumer. I'm already autoloading the relationships usi…
-
A generalized way to handle changes in data on the server while client was offline without refetching all data after reconnect as well as transparently execute initial data loading without requiring u…
-
I'm just starting out to become a fullstack developer so I am not sure if this is the right place to post it. Please give me some pointers or a lead if possible.
**What is the problem?**
I am f…
-
Hi I'm a little bit confused since I'm using this package for the first time and I'm using this with Bookshelf.js / Knex.js
This is my database to be able to use the **bookshelf**
```
import knex…
-
I think knexjs is the best choice for working with database. Could you make integrate with Knexjs or make an simple example like TypeORM.