What can I do if the framework doesn't have a functionality that I need? - Zalizyaka-Ney/handy.storage GitHub Wiki
Using the Database#getDatabaseAdapter() method you can get a DatabaseAdapter object - a simple wrapper of SQLiteDatabase. It's able to work simultaneously with that Database object and allows performing all raw queries to the database.