add driver

This commit is contained in:
Looly 2024-06-18 20:22:11 +08:00
parent 17433887e7
commit 9f35ab2cc9

View File

@ -37,6 +37,7 @@ remarks = true
[test]
url = jdbc:sqlite:test.db
remarks = true
driver = org.sqlite.JDBC
# 测试用HSQLDB数据库
[hsqldb]