Files
Database/README.md
2026-01-15 22:38:46 +03:00

15 lines
331 B
Markdown

# Database Plugin (Lumi)
SQL-oriented database plugin for Lumi with MySQL/PostgreSQL support, HikariCP pooling,
schema helpers, and a lightweight annotation-based ORM layer.
## Docs
- `docs/overview.md`
- `docs/config.md`
- `docs/api-schema.md`
- `docs/api-query.md`
- `docs/orm.md`
- `docs/orm-query.md`
- `docs/orm-schema.md`