Spaces:
Paused
Paused
File size: 207 Bytes
6bf1227 | 1 2 3 4 5 6 7 8 9 10 | Database:
# mysql | sqlite
type: "sqlite"
host: "localhost"
port: "3306"
database: "gsit"
user: "root"
password: "root"
# define JDBC args like 'useUnicode=true', separate with '&'
args: "" |