I\'m using RoomDB to store entities in my app, so far I\'ve only needed relatively trivial queries such as SELECT * FROM table and DELETE * FROM table
SELECT * FROM table
DELETE * FROM table