We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
since sqlx also support mysql and sqlite, with a refactor, rainfrog should also be able to support those (and other popular dbs in the future)
turn database.rs into a generic interface and have separate files in src/database/ for each support database driver
database.rs
src/database/
Activity