Skip to content

ichigotake/android-sqlite-helper

Repository files navigation

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

About

SQLite helpers for AndroidSDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages