Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Use Android's Sqlite abstraction instead of raw android.database.* classes. #109

Closed
yesitskev opened this issue May 10, 2016 · 6 comments
Closed
Labels

Comments

@yesitskev
Copy link

Could there be some investigation and perhaps implementation of a mechanic to allow for switching between Android's default SQLite engine or one issued by Requery?

@JakeWharton have you given this any thought?

@AlecKazakova
Copy link
Member

seems like something worth forking for? It shouldn't require many changes but it would have to depend on requery/sqlite-android which i doubt sqlbrite ever will.

@JakeWharton
Copy link
Member

A shim was proposed for SQLCipher support already and we rejected it. It's
highly unfortunate Android's APIs aren't abstracted to be reused. Maybe we
should push for an official support library for this? That would be
something we would support then.

On Tue, May 10, 2016 at 6:46 PM Alec Strong notifications@github.com
wrote:

seems like something worth forking for? It shouldn't require many changes
but it would have to depend on requery/sqlite-android which i doubt
sqlbrite ever will.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#109 (comment)

@JakeWharton
Copy link
Member

Vote (not comment) on http://b.android.com/202658. We're going to try to push this issue first.

@JakeWharton
Copy link
Member

Here's the rejected SQLCipher change for reference: #101

@JakeWharton
Copy link
Member

Waiting for the first-party SQLite abstraction to reach 1.0 before we can depend on it.

@JakeWharton JakeWharton changed the title Requery SQLite Use Android's Sqlite abstraction instead of raw android.database.* classes. Jun 5, 2017
@JakeWharton
Copy link
Member

Can't wait for this. Will have to be a V3.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants