We want to have both nice local development with sqlx and a local database, and also possible builds without having a db, like in CI or on the server.
So we need to store the queries here.
See also:
We want to have both nice local development with sqlx and a local database, and also possible builds without having a db, like in CI or on the server.
So we need to store the queries here.
See also: