JDBC drivers for embedded DBMS like SQLite and DuckDB run the respective DBMS directly within the JVM's application process. When testing DBMS, often crashes can be triggered. For embedded DBMS, this means that a crash results in the JVM terminating, which is annoying and inhibits the bug-finding process. To address this, we should add an option to run the DBMS in a separate process.