rapidftr / tracker

The Issue Tracker for RapidFTR
2 stars 3 forks source link

Spike on ORMLite DAO Layer in Android #86

Open rdsubhas opened 10 years ago

rdsubhas commented 10 years ago

ORMLite is a lightweight DAO layer which most importantly supports Android SQLite. It would help us greatly simplify the codebase, specially the various DAOs.

There are other ORMs (like JDBI, MyBatis, etc) but they don't support Android, they work on only JDBC instead. ORMLite is the only one that supports Android.

The only problem is, we are using SQLCipher instead of SQLite, which has the exact same methods as Android SQLite, but unfortunately its class/package names are alone different.

This spike is to: