-
## What you are doing?
Trying to load models with models/index.js doesn't work with ES6 modules activated with `"type": "module"`
```js
const basename = path.basename(__filename);
// {...}
const …
-
How about we create an extensions folder within this monorepo, where we can keep all our experimental extensions or related POC implementation before they can be published over npm separately ?
So…
-
# Issue Description
When using the spatial column type Geometry on postgres, we do not check if the postgis extension is created. With `DataTypes.GEOMETRY('POINT')` sequelize tries to use the postg…
-
When I use the following from the example
```
const users = await models.User.findAll({
where: {
id: {
$in: keys,
},
},
});
```
I get the following error
…
-
I dont understand how to implement [sequelize-search-builder](https://github.com/segemun/sequelize-search-builder) when using this client in the frontend.
Thank you
-
Hey,
Getting the error I cant fix.
```
pi@raspberry:~/telegram-shop/telegram $ npm run start
> telegram@1.0.0 start
> nodemon -r dotenv/config app.js
[nodemon] 2.0.20
[nodemon] to resta…
-
## Issue Description
postgresql have value type ltree
https://www.postgresql.org/docs/current/ltree.html
any plans to support postgresql ltree ?
### Why should this be in Sequelize
Labe…
-
## 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…
-
Since coffeescript is supported, i think it would be cool to have a typescript support also.
**Expectation:**
`run node_modules/sequelize-cli/bin/sequelize model:create --name Collection --attributes…
-
### Issue Description
`@apollo/server` provides different builds for ESM and CJS. It is great to see more ESM support, but the current approach means it suffers from the [Dual package hazard](https…
ephys updated
1 month ago