achristmascarl/rainfrog

support mysql and sqlite

Closed this issue · 1 comments

description

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)

proposed solution

turn database.rs into a generic interface and have separate files in src/database/ for each support database driver

Included in release v0.2.6