Howdy:

We've just released the 3.2 version of ORMLite ( http://ormlite.sourceforge.net/
) which has support for Android/Sqlite using the native Android OS
database calls -- i.e. not the crippled JDBC.  Android downloads here:

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

A couple little sample projects can be downloaded here:

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

Current [rather lame] Android documentation here.

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

Love to get some feedback on all of it.

thanks,
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.
 * Also supports a number of JDBC databases and can be extended to
others easily.
 * Handles "compiled" SQL statements for repetitive query tasks.
 * Supports "foreign" objects with the class field being the object
but an id stored in the database 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to