Y
Hacker News
new
|
ask
|
show
|
jobs
by
belak
320 days ago
I'm have no experience with abstracting away the backend, but Dockerizing is actually pretty easy now - there's an offline mode[1] where you can have sqlx generate some files which let it work when there's no DB running.
[1]:
https://docs.rs/sqlx/latest/sqlx/macro.query.html#offline-mo...