Basic configuration for a groovy script with database capabilities.
| Constructor and description |
|---|
DatabaseConfiguration
(CliTexts texts) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
String |
getDatabaseDriver() |
|
String |
getDatabaseName() |
|
String |
getDatabasePassword() |
|
String |
getDatabaseUrl() |
|
String |
getDatabaseUser() |
|
def |
withSql(Closure<Integer> c) |
| Methods inherited from class | Name |
|---|---|
class LoggingConfiguration |
getLogDirectory, getLogLevel, getLogMode, parse |
class Configuration |
getTimestamp, isShowHelp, parse, usage |
fr.marcwrobel:gcli:0.0.5