You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Can you please add several new features to your library?
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)?
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?
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.
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.
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.
The text was updated successfully, but these errors were encountered:
Hello. Can you please add several new features to your library?
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.
The text was updated successfully, but these errors were encountered: