sqlite-provider

Extended SQLite functionality for Android

Github星跟蹤圖

sqlite-provider Download Apache 2.0 Licence

A simplification of database access for Android.

Description

sqlite-provider implements a ContentProvider for you that allows database access using Uris
The library is meant to augment the ContentProvider interface to fit SQLite in a more pronounced way. The aim is to set convention on queries via Uris.

Adding to your project

To start using this library, add these lines to the build.gradle of your project:

repositories {
    jcenter()
}

dependencies {
    compile 'com.novoda:sqlite-provider:2.0.0'
}

Upgrading from < 1.0.4

Please note the name change from sqliteprovider-core to sqlite-provider when the version went beyond 1.0.4 (all the way back in 2014!). If you're upgrading from a version that old, don't forget to change the name too!

Simple usage

Simple example source code can be found in this demo module: Android Simple Demo

Advanced queries & source code can be found in this demo module: Android Extended Demo

Here are a list of useful links:

  • We always welcome people to contribute new features or bug fixes, here is how
  • If you have a problem check the Issues Page first to see if we are working on it
  • For further usage or to delve more deeply checkout the Project Wiki
  • Looking for community help, browse the already asked Stack Overflow Questions or use the tag: support-sqlite-provider when posting a new question

主要指標

概覽
名稱與所有者novoda/sqlite-provider
主編程語言Java
編程語言Java (語言數: 1)
平台
許可證Other
所有者活动
創建於2010-11-13 17:21:35
推送於2022-02-11 01:17:34
最后一次提交2022-02-10 19:17:34
發布數12
最新版本名稱v2.0.0 (發布於 )
第一版名稱v0.0.01 (發布於 )
用户参与
星數302
關注者數71
派生數75
提交數640
已啟用問題?
問題數27
打開的問題數0
拉請求數41
打開的拉請求數0
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?