Could you suggest an lib or tool to transform/map Android model POJO to SQLite Create Table code? I want to avoid writing very lengthy Strings for the Table creations. I am not sure going with an ORM because I think I want to handle querying and updating by myself.