Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.41 KB

sqlite-helper

Circle CI Maven Central Gitter

sqlite-wrapper - [DRAFT] very simple SQLite helpers for AndroidSDK

WARNING

Currently status is making a draft.

THIS IS A DEVELOPMENT RELEASE. API MAY CHANGE WITHOUT NOTICE.

Policy

This is very simple SQLiteOpenHelper wrapper for lightweight application.

Don't use reflection, annotation processor, no proguard configuration.

If you may need rich interfaces, we recommends to use other library.

Todo

  • Project naming (Rough naming now)
  • Implement create table configuration
  • Implement very simple SELECT query builder
  • Implement DDL query builder
  • Implement migration
  • Introduce CI (circleci or travis-ci or wrecker?)
  • Writing document
  • Create sample application
  • Shipt to MavenCentral

For contributors

  • Development with AndroidStudio 1.0.0 or higher
  • Run unit test with testDebugUnitTest task