Datasources
Here, you can configure the global data sources in the runtime.
Datasources
// The registered global datasources in the language
// The key is the name of the datasource and the value is a struct of the datasource settings
"datasources": {
"testDB": {
"driver": "derby",
"connectionString": "jdbc:derby:memory:testDB;create=true"
}
"testdatasource": {
"driver": "derby",
"host": "localhost",
"port": 3306,
"database": "test"
}
},Default Datasource
Last updated
Was this helpful?
