sova-db 0.1.5

SeaORM database plugin for Sova (postgres / sqlite / mysql)
Documentation
[![crates.io](https://img.shields.io/crates/v/sova-db?style=for-the-badge)](https://crates.io/crates/sova-db)
[![downloads](https://img.shields.io/crates/d/sova-db?style=for-the-badge)](https://crates.io/crates/sova-db)
[![docs.rs](https://img.shields.io/docsrs/sova-db?style=for-the-badge)](https://docs.rs/sova-db)
[![License](https://img.shields.io/crates/l/sova-db?style=for-the-badge)](https://github.com/s00d/sova/blob/master/LICENSE)
[![Donate](https://img.shields.io/badge/Donate-Donationalerts-ff4081?style=for-the-badge)](https://www.donationalerts.com/r/s00d88)

# sova-db

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

Part of [Sova](https://crates.io/crates/sova) — Express-like HTTP for Rust.

**Guide:** [https://s00d.github.io/sova/plugins/db](https://s00d.github.io/sova/plugins/db)  
**API:** [https://docs.rs/sova-db](https://docs.rs/sova-db)

## Install

Via the facade (recommended):

```bash
cargo add sova --features db
```

Or direct:

```bash
cargo add sova-db
```

## License

MIT — see [LICENSE](LICENSE).