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
# DATABASE_URL is for sqlx prepare and sqlx migration
# NON POOLING URL is needed for cargo sqlx prepare
# NOTE: cargo shuttle deploy need a remote database, local database is not working while running sqlx during shuttle deployment but cargo shuttle run is fine
# FIXME: it is insync with configuration/development.toml and configuration/local.toml if we switch database while using the DATABASE_URL for sqlx