-
I spent a longtime hunting for a way to close my connection (using sqlite), it seems connection is not exposed to end user, so how can I exit an one-time migration script gracefully?
(besides `proc…
-
I strongly urge to focus all work on version 2.0 to stabilizing it and shipping a usable product. All modular storage etc. can wait, Postgres is good enough for 90% of users.
As I have repeatedly m…
-
Knex.js提供了.orWhere 或查询,请问egg-knex有这个功能的实现吗?在代码和文档里没有找到。
thx
-
# Feature discussion / request
1. Explain what is your use case
Generating an identifier such as `table.column` -> `"table"."column"` currently requires `knex.raw('??', 'table.column')` which ge…
wubzz updated
6 years ago
-
Hi, I've just discovered this package and I think it's awesome.
I'm using Sequelize as an ORM but I'd like to use join-monster for querying my database. How would I migrate from Sequelize to use join…
-
I think I know the answer is "use a function", but wanted to check. I have some tables/views (below, knex.js migration) around a shopping cart. I would like it so that users (or admin role'd users) ca…
-
Currently ownership validation is done by checking these two properties:
```
checkOwnerShip : true, // optional if false or not provided will check any permission of action
operands : [
…
-
All of the files installs with this very early date and this prevents uploading to AWS with the message:
ZIP does not support timestamps before 1980
-
mysql('question_detail').where((players[openId1].sortId == 1) ? {} : { sort_id: players[openId1].sortId }).select('*').orderByRaw('RAND()').limit(option.QUESTION_NUMBER).then(res => {}
偶现查不到题目,请问是不…
-
Is there a way to detect the dabase in this file: `feathers-knex/blob/master/src/error-handler.js` ?
I found the error codes for postgress and would like to map them, but looking in the error objec…