You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having to set up the SQL database schemas by applying the init.sql script manually is becoming more of a pain point in multiple scenarios. We should use sqlx to manage the schema on application start, this also includes applying migrations automatically if necessary.
Motivation
Enhanced stability, better DX
Requirements
transform init.sql into sqlx commands
run sqlx commands on application start
define SQL migrations strategy
Open Questions
No response
Are you planning to contribute this in a PR?
Yes
The text was updated successfully, but these errors were encountered:
Description
Having to set up the SQL database schemas by applying the
init.sql
script manually is becoming more of a pain point in multiple scenarios. We should usesqlx
to manage the schema on application start, this also includes applying migrations automatically if necessary.Motivation
Enhanced stability, better DX
Requirements
init.sql
intosqlx
commandssqlx
commands on application startOpen Questions
No response
Are you planning to contribute this in a PR?
Yes
The text was updated successfully, but these errors were encountered: