Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

several feature requests to this library #188

Open
AlexandrKozlovskiy opened this issue Dec 28, 2023 · 1 comment
Open

several feature requests to this library #188

AlexandrKozlovskiy opened this issue Dec 28, 2023 · 1 comment

Comments

@AlexandrKozlovskiy
Copy link

Hello. Can you please add several new features to your library?

  1. I want to get detailed statistics of my query,so at first can you please enable option SQLITE_ENABLE_STMT_SCANSTATUS by default,or add method which do this? At second can you please add method,which allow to get detailed statistics of my query,because EXPLAIN QUERY PLAN give for me not enough information. It should return statistics as String or some other object,but not log it. I mean can you please add features,which we can execute in sql console (https://www.sqlite.org/profile.html)?
  2. Can you please add feature,which allow to execute sqlite queries asynchronously,i mean in separate thread with handling by developer,when query was executed successfully?
  3. Can you please add feature,which allow to import or export db,for example,as json? Because for now we can save only one table,using json extension,but i want to save in json whole database,including version of database and whole tables.
  4. In readme you wrote,what you increase performance of cursor,but can you please,if you not did this,increase performance of insertion alot of data,because if we insert a lot of data,it will be problems with performance and i read,what one of reasons of this it native method of android framework,which do this.
  5. Whether when i connect this library via gradle library download newest version of sql library after each compilation of project? If yes,can you please add separate gradle task for this. If this feature not supported in version of library,which we add via gradle,can you please add this feature,via adding task for gradle.

As i noticed,latest version of sqlite for now is 3.44,so can you please upgrade this in your library and commit this? Thanks.

@AlexandrKozlovskiy
Copy link
Author

It very good,what sqllite was updated. I hope i will get answers on my questions.

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

No branches or pull requests

1 participant