-
Bit of a short one here:
Are there any plans to add `sqlite` support to `ormlite-cli`? Or potentially wrap `sqlx-cli`?
-
-
Database changes are currently made by hand on the running database (see #206.) Alembic looks like a good choice for managing migrations with SQLAlchemy.
https://alembic.sqlalchemy.org/en/latest/
-
My second issue=)
Sorry, but you don't provide full sat of migrations. For ex. group for users is missing, and many others (hovever I have started App, but it doen't work)
In provided migrations…
-
We can already support database migrations and we've previously written code to make changes to files on disk, and unencrypted databases etc. However, checking whether we can migrate between versions …
-
### Enter your suggestions in details:
The new userland migrations needs a place on nodejs.org to publicise its existence and explain how to use it. Each API doc may reference a specific migration re…
-
-
-
- categories
- subcategories
- products
- users
- leads (from whatsapp, QB or orders)
- orders (create the order with the cart & cartItems and connect the lead)
gkpty updated
3 weeks ago
-
When running large migrations with multi-tenancy setup (MySql) we are hitting this error
```
Error: driver: bad connection
```
This happens after a long migration and before the start of the nex…