Skip to content

Run embedded DBMS in a separate process #1

@mrigger

Description

@mrigger

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions