SQLead is a somewhat-complete implementation of SupportSQLiteDatabase backed by JDBC, so it can be used on a desktop (but cannot be used on any mobile phone). Partly to be able to test Room DB queries ...
This driver has SQLite embedded, you don't need to install one separately. Instead, this driver is based on pure-Go implementation of SQLite (https://gitlab.com/cznic ...