We have released version 3.2 of the ORMLite package with a new backend which 
supports Android OS native database API calls to SQLite.

You can download the Android release files here:

http://repo1.maven.org/maven2/com/j256/ormlite/ormlite-android/

Example projects using ORMLite are posted here:

http://ormlite.sourceforge.net/android/examples/

ORMLite home page here with the feature set and online documentation:

http://ormlite.sourceforge.net/

Documentation about how to get started with Android is here:

http://ormlite.sourceforge.net/javadoc/ormlite-core/doc-files/ormlite_5.html

Love to get some feedback from more Android developers.
gray

-----------------

ORMLite provides the following features:

* Setup your classes by simply adding Java annotations.
* Powerful abstract Database Access Object (DAO) classes.
* Flexible QueryBuilder to easily construct simple and complex queries.
* Supports native support for Android OS.  Also has backend for JDBC 
connections.
* Handles "compiled" SQL statements for repetitive query tasks.
* Supports "foreign" objects with the class field being the object but an id 
stored in the table.
* Basic support for database transactions.
* Auto generates SQL to create and drop database tables.
* Support for configuring of tables and fields without annotations.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to