-
I was installing the gem in our project and got an error regarding a [connector](https://github.com/limebike/activerecord-mysql2rgeo-adapter) that we use "MakaraMysql2RgeoAdapter"
AppMap encountered …
-
**Describe the bug**
When you enter different music zone or stay in one zone long enough that one track plays again, there is a chance that the game will crash to desktop with a specific error.
**…
-
![image](https://github.com/davidkhala/node-databases/assets/7227589/f500fe19-edbd-41b7-8bb7-488945d1f03d)
-
# sequelize
https://youtu.be/HtbgkQO7Yck
-
I am a bit puzzled by the following:
1) As my app has returning users with account etc I suppose I do need a database for authorization rules etc.
2) I really would prefer to use postgres (with sequ…
-
## What you are doing?
./node_modules/.bin/sequelize db:seed:all
```js
// code here
hashPassword.js
import bcrypt from 'bcrypt';
let password = '';
const hashPassword = (pass) => {
/…
-
## What happens?
```
// config.default.js
const Op = require('sequelize').Op;
// "egg-sequelize": "^5.2.1",
exports.sequelize = {
dialect: 'mysql',
timezone: '+08:00',
operatorsAlia…
-
## Issue Creation Checklist
- [x] I understand that my issue will be automatically closed if I don't fill in the requested information
- [x] I have read the [contribution guidelines](https://g…
-
Make sure the database is storing information from API and make sure front-end and back-end is communicating properly.
-
Sequelize currently has an implementation of `findOrCreate` that currently requires use of a temporary function (at least on Postgres). You can see exactly where in the references below:
v6/main: htt…