mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-13 10:57:38 +08:00
⚡ 使用webp背景图压缩资源包大小
This commit is contained in:
parent
0532d7592e
commit
c6f2a29320
15
db_test.py
15
db_test.py
@ -1,15 +0,0 @@
|
|||||||
from liteyuki.internal.base.data import *
|
|
||||||
|
|
||||||
|
|
||||||
class People(LiteModel):
|
|
||||||
TABLE_NAME: str = "people"
|
|
||||||
name: str = ""
|
|
||||||
age: int = 0
|
|
||||||
sex: str = ""
|
|
||||||
identity: str = ""
|
|
||||||
|
|
||||||
|
|
||||||
db = Database("data/test/test.ldb")
|
|
||||||
|
|
||||||
db.where()
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user