first commit

This commit is contained in:
2026-01-15 22:38:46 +03:00
commit a70e9b7a79
58 changed files with 3980 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# 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`