Generates java/android database access code by analysing sqlite migration files or sqlite databases, keeping full control of what code is generated. sqlite-analyzer creates an in-memory sqlite ...
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 ...