com.github.jlangch.venice.examples.database-config.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of venice Show documentation
Show all versions of venice Show documentation
Venice, a sandboxed Lisp implemented in Java.
{
"db" : {
"classname" : "com.mysql.jdbc.Driver",
"subprotocol" : "mysql",
"subname" : "//127.0.0.1:3306/test",
"user" : "test",
"password" : "123"
}
}