-
## What you are doing?
I've opened this page: http://docs.sequelizejs.com/en/v3/docs/schema/
## What do you expect to happen?
I would expect that the page will contain more helpfully information
…
ghost updated
7 years ago
-
This is my code:
```js
'use strict'
require('dotenv').config({
path: __dirname + '/.env'
})
const { DBNAME, DBUSER, DBPASS, DBHOST } = process.env
const Sequelize = require('sequeli…
-
Right now all SQL queries are inline. The model and querying model are not aligned. It's not clear what the schema of the underlying data structure is. Try moving to an ORM (object-relational mapper) …
-
we have find related hooks but the doco doesnt mention,
-
Hello experts,
After I upgrade the Sequelize from 3.13.0 to 3.14.1, the below warning is outputted into the server log file. However, all my promises have been returned in my program.
Do you know ho…
-
Since there are dialect specific branches we should run the CI tests against PostgreSQL.
daffl updated
7 years ago
-
At the moment, the docs are part of this repository, but sequelize-cli which is really a gem in my opinion (thanks for making it!) needs some love in the documentation.
I spent the last couple of day…
-
I'm having trouble figuring out how to set the order of the nested data on a query.
My model is as follows:
```
Bucket
WalkthroughBucket //defined as 'through' table, but also has it's own 'displayO…
-
I am unable to use MSSQL on neither OS X nor Windows using iojs 3.2/node 0.12.7 (tried both). I'm attempting to connect to a DB hosted in Azure (I'm able to connect using Visual Studio without a probl…
-
## What you are doing?
about autoIncrement primaryKey ,use bulkCreate function, response id=null. but use create is right
__Dialect:__ mysql
__Database version:__^2.13.0
__Sequelize version…