Following up on #311, would like to suggest adding option to do test deployment to SQLite. Given SQLite database can be “transient” (by simply removing the file). Having an option to create test deployment in SQLite can reduce testing time.
my main use case is for Python based solution, which do not have connectors to h2 and HSQL.
Following up on #311, would like to suggest adding option to do test deployment to SQLite. Given SQLite database can be “transient” (by simply removing the file). Having an option to create test deployment in SQLite can reduce testing time.
my main use case is for Python based solution, which do not have connectors to h2 and HSQL.