-
-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"li…
-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"licen…
-
Any plans to add Postgres as a back-end?
-
The app will need to allow users to sign up for accounts. It will also authorize and authenticate uses. In terms of authorize, the app needs to authorize users who are secret santas to give gifts (not…
-
Использовал [данный ](https://github.com/MassonNN/masson-aiogram-template/blob/main/src/db/repositories/user.py) репозиторий и конкретно метод new для модели User.
Делал Middleware для пользовател…
-
I'm including here the details of what I had to do to make this work with PostgreSQL 9.0.x on a _reasonably_ modern PHP 5.5. A lot of work was needed to make this run in PostgreSQL, but it passes al…
-
there is the port clash which would be easy to fix by offsetting things.
there is a name clash as the container is named after the folder name. We should eventually test if there is such docker conta…
-
### Bug description
I've looked in all the places trying to find a way to use
`{where: {field: {contains: 'João' } } `
and retrieve all the results without matching of `accents`,
The result…
-
**Is your feature request related to a problem? Please describe.**
I'm using a few triggers in my database and I would love to be able to specifiy those in my dbEntities files, hence relying solely o…