添加了快速测试数据库的测试程序

This commit is contained in:
MarkusJoe
2022-03-27 18:32:18 +08:00
parent eec20952a9
commit 9cf574b8e7
1 file changed
+11
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env python3
# -- coding:utf-8 --
# @Author: markushammered@gmail.com
# @Development Tool: PyCharm
# @Create Time: 2022/3/27
# @File Name: test_db.py
from app.db.db import SQLite
db = SQLite()