7 ms·
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
by clumsysmurf 2mo ago
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.
- tosti 2mo agoYou could use the framework built-in sqlite, or you could drop in h2 and use that. It's much more advanced than sqlite.