Comment on Choose DuckDB rather than SQLiteComments−clumsysmurf1moToo bad Android doesn't have JDBC APIs. Getting the native binaries compiled on Android is the easy part, but there is no straightforward way to access it from Java. The Room APIs are tied to SQLite as well.−tosti1moYou could use the framework built-in sqlite, or you could drop in h2 and use that. It's much more advanced than sqlite.
Comments
Too bad Android doesn't have JDBC APIs. Getting the native binaries compiled on Android is the easy part, but there is no straightforward way to access it from Java. The Room APIs are tied to SQLite as well.
You could use the framework built-in sqlite, or you could drop in h2 and use that. It's much more advanced than sqlite.