update: Liteyuki ORM

This commit is contained in:
2024-03-01 00:07:49 +08:00
parent ffa5a8b9e2
commit 12231d08a8
6 changed files with 258 additions and 8 deletions

6
.gitignore vendored
View File

@ -9,4 +9,8 @@ config.yml
# pyc/pyo
**/*.pyc
**/*.pyo
**/*.pyo
# data
/data/
```