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
sqlx has difficulty validating queries against multiple database types when you run cargo sqlx:prepare, which we'd need to address. See launchbadge/sqlx#121
The text was updated successfully, but these errors were encountered:
marsella
transferred this issue from boltlabs-inc/libzkchannels-crypto
Aug 10, 2021
I don't know, just saw this yesterday. I think that I might have created it when we did the triage. If you don't remember what it was for either, we can probably close it.
yaymukund
changed the title
Improve database maintainability and robustness
Use Postgresql for the Merchant database
Aug 11, 2021
I think this was meant as a dumping ground for longer-term db improvements. I've made it more specifically about using postgresql for the merchant db, since #99 is already ticketed.
sqlx has difficulty validating queries against multiple database types when you run
cargo sqlx:prepare
, which we'd need to address. See launchbadge/sqlx#121The text was updated successfully, but these errors were encountered: