{"id":13848829,"url":"https://github.com/novoda/sqlite-provider","last_synced_at":"2025-07-12T13:32:42.621Z","repository":{"id":66938013,"uuid":"1077753","full_name":"novoda/sqlite-provider","owner":"novoda","description":"Extended SQLite functionality for Android","archived":true,"fork":false,"pushed_at":"2022-02-11T01:17:34.000Z","size":6871,"stargazers_count":302,"open_issues_count":0,"forks_count":77,"subscribers_count":72,"default_branch":"master","last_synced_at":"2024-05-19T03:09:24.270Z","etag":null,"topics":["android","database-access","novoda","open-source"],"latest_commit_sha":null,"homepage":"Http://novoda.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/novoda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2010-11-13T17:21:35.000Z","updated_at":"2024-03-26T21:01:03.000Z","dependencies_parsed_at":"2023-07-10T02:20:17.787Z","dependency_job_id":null,"html_url":"https://github.com/novoda/sqlite-provider","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novoda%2Fsqlite-provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novoda%2Fsqlite-provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novoda%2Fsqlite-provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/novoda%2Fsqlite-provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/novoda","download_url":"https://codeload.github.com/novoda/sqlite-provider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476379,"owners_count":17480215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","database-access","novoda","open-source"],"created_at":"2024-08-04T19:00:58.823Z","updated_at":"2024-11-22T00:31:25.532Z","avatar_url":"https://github.com/novoda.png","language":"Java","readme":"# 🛑 THIS REPOSITORY IS OFFICIALLY NO LONGER UNDER MAINTENANCE since 10/02/2022 🛑\n\n# sqlite-provider [![](https://ci.novoda.com/buildStatus/icon?job=sqlite-provider)](https://ci.novoda.com/job/sqlite-provider/lastBuild/console) [![Download](https://api.bintray.com/packages/novoda/maven/sqlite-provider/images/download.svg) ](https://bintray.com/novoda/maven/sqlite-provider/_latestVersion) [![Apache 2.0 Licence](https://img.shields.io/github/license/novoda/sqlite-provider.svg)](https://github.com/novoda/sqlite-provider/blob/master/LICENSE.txt)\n\nA simplification of database access for Android.\n\n\n## Description\n\nsqlite-provider implements a ContentProvider for you that allows database access using [Uri][1]s\nThe 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.\n\n\n## Adding to your project\n\nTo start using this library, add these lines to the `build.gradle` of your project:\n\n```groovy\nrepositories {\n    jcenter()\n}\n\ndependencies {\n    compile 'com.novoda:sqlite-provider:2.0.0'\n}\n```\n\n## Upgrading from \u003c 1.0.4\n\nPlease 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!\n\n\n## Simple usage\n\nSimple example source code can be found in this demo module: [Android Simple Demo][2]\n\nAdvanced queries \u0026 source code can be found in this demo module: [Android Extended Demo][3]\n\n\n## Links\n\nHere are a list of useful links:\n\n * We always welcome people to contribute new features or bug fixes, [here is how](https://github.com/novoda/novoda/blob/master/CONTRIBUTING.md)\n * If you have a problem check the [Issues Page](https://github.com/novoda/sqlite-provider/issues) first to see if we are working on it\n * For further usage or to delve more deeply checkout the [Project Wiki](https://github.com/novoda/sqlite-provider/wiki)\n * Looking for community help, browse the already asked [Stack Overflow Questions](http://stackoverflow.com/questions/tagged/support-sqlite-provider) or use the tag: `support-sqlite-provider` when posting a new question\n\n\n [1]: http://developer.android.com/reference/android/net/Uri.html\n [2]: https://github.com/novoda/SQLiteProvider/tree/master/demo-simple\n [3]: https://github.com/novoda/SQLiteProvider/tree/master/demo-extended\n","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovoda%2Fsqlite-provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovoda%2Fsqlite-provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovoda%2Fsqlite-provider/lists"}