Open jeserkin opened 12 years ago
+1 I use ORMLite in many projects.
Basically as I see it can be just added to ext-libs of the project and maybe somehow added to project.properties file. Not sure about last statement.
+1 Would've been very useful.
Ormlite is a great library. (Version 4.43 is out !)
+1 It would be great!
Also giving a +1 here, an ORM is missing from the libraries and ORMLite is great. Some optional example code would be nice too.
Maven repo is available.
http://ormlite.com/
For use with Android applications, you should download the
ormlite-android-4.42.jar
andormlite-core-4.42.jar
files. ORMLite does not have any required external dependencies although there are some optional packages that you may want to use. The code works with Java 5 or later.Example Android usage http://ormlite.com/javadoc/ormlite-core/doc-files/ormlite_4.html#SEC40