mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-27 15:40:56 +00:00
⚡ 使用webp背景图压缩资源包大小
This commit is contained in:
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()
|
||||
|
Reference in New Issue
Block a user