-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Tadeas Kriz edited this page Mar 25, 2014
·
29 revisions
Data persistence on Android can be tricky. In our applications, we always used handwritten SQL commands to work with the database directly. This was mainly because any ORM for Android seemed too difficult to setup, or was too slow, because of reflection. And that is why we built Torch. It is simple to setup, easy to use and very fast, as it does not use reflection, but annotation processing in compile-time.
Development of Torch ORM is sponsored by Brightify