-
### What i was doing ?
Recently i was working on porting **spacedeck-open** from **SQLite** to **MySQL**.
I changed the `models > db.js`
```js
const sequelize = new Sequelize('opendeck', 'ro…
-
2019-12-30 17:53:49,686 INFO 5119 [master] node version v12.13.1
2019-12-30 17:53:49,688 INFO 5119 [master] egg version 2.26.0
sequelize deprecated String based operators are now deprecated. Please …
-
This is mainly a question to discuss with @avbrychak and @nycitt.
We will use this module with [http://mongoosejs.com/docs/guide.html](mongoose) or [http://sequelizejs.com/](sequelizejs.com) ORM.
Bo…
-
Can you allow extensibility to this package to hook up different data stores, so that we can add additional database adapters to it. I am looking for MYSQL support and if it was allowed, then we could…
-
## What are you doing?
I have a model defined as bellow:
```js
const Scene = sequelize.define(
'scene',
{
sceneId: { type: Sequelize.STRING, allowNull: false, primaryKey: true …
-
-
After creating the ER model, I modeled a simple navigation model where it should be shown a list of entities.
When trying to run the app, I get the following error:
POST /createFile 200 0.561 ms -…
-
In this [link](http://docs.sequelizejs.com/manual/tutorial/transactions.html#automatically-pass-transactions-to-all-queries) show how to enable cls for sequelize.
What are we can do it in sequeli…
SMAH1 updated
7 years ago
-
Raspberry Pi 3 running Raspbian Jessie. Successfully cloned and ran `npm install`. Then failed with a _ton_ of errors on `npm run build`.
[Here's a gist with the debug log](https://gist.github.com/…
-
Is it possible to use the raw sql options built into sequelize, through epilogue?