-
Considering using knex in a project and decided to weigh it first.
https://packagephobia.now.sh/result?p=knex
knex.js itself is just 876kB of the 8.46MB, the rest is dependencies.
http://npm.…
-
# Environment
Knex version: 0.16.3
Database + version: Any
OS: Linux
1. Using node 11.10.0 Knex is throwing an Unexpected token export error on line 3 of knex/lib/index.js
export default Knex…
-
How to use SQL_NO_CACHE in knex.js?
-
This is just a sub-component of #1692, so think of it more as a note-keeping issue to keep the main issue from getting cluttered.
## Automatic saves
Should the app automatically save? If so, whe…
-
Just started investigating the upgrade of a large application based on AngularJS to Angular. This application relies on Bluebird as its global promise object and uses webpack as its module loader. The…
-
Firstly, thanks you for great work here ! It's such a breath air for a simple design for Graphql !
Secondly, do you have any example/guide on how to use this with Gatsby ?
-
currently the query will treat `Where(col, null)` as `WhereNull(col)` but this can lead to unsafe query execution. for example
```cs
var name = getName();
// getName() returned null instead o…
-
Hi!
Stuck on the issue with tedious due to this error. Spent already almost half of the day to resolve it but not successfully.
I user knex.js query builder for making queries to DB.
I send ex…
-
* [ ] `prisma reset` should reset the database and initiate seeding if a `seed` property is present (optionally provide `--no-seed` flag)
* [ ] `prisma import` should accept a `.graphql` file for see…
-