zendesk / android-db-commons

Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff
Apache License 2.0
222 stars 28 forks source link

Add fluent API for SQLiteOpenHelper/SQLiteDatabase operations #7

Closed chalup closed 10 years ago

chalup commented 11 years ago

This API should mirror the ProviderAction API.

henieek commented 11 years ago

Working on it.