Compare commits

..

2 Commits

Author SHA1 Message Date
f3dd1e2f00 v2.0 2024-07-22 00:00:04 +08:00
f49862e14e v2.0 2024-07-21 23:59:55 +08:00
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ package com.io.yutian.aulib.sql.util;
public enum DatabaseDriverType {
MYSQL("com.mysql.jdbc.Driver"),
MYSQL_CJ("com.mysql.cj.jdbc.Driver"),
SQLITE("org.sqlite.JDBC"),
H2("org.h2.Driver");

View File

@ -1,5 +1,5 @@
name: AuLib
main: com.io.yutian.aulib.AuLib
version: 1.9
version: 2.0
api-version: 1.18
author: SuperYuTian