Java
Creating and defining databases in SQLite Android using Storm
Just like any other ORM solution available, Storm has the capability of generating SQL queries for you; also managing table relations. Annotations are used by Storm to read the Meta data associated. There are only four major annotations that you need Read more…