sova-db 0.1.6

SeaORM database plugin for Sova (postgres / sqlite / mysql)
Documentation

crates.io downloads docs.rs License Donate

sova-db

SeaORM database plugin for Sova (postgres / sqlite / mysql).

Part of Sova — Express-like HTTP for Rust.

Guide: https://s00d.github.io/sova/plugins/db
API: https://docs.rs/sova-db

Install

Via the facade (recommended):

cargo add sova --features db

Or direct:

cargo add sova-db

License

MIT — see LICENSE.