My current project is using a custom SQLite build ...
# anko
p
My current project is using a custom SQLite build using the bindings from https://www.sqlite.org/android/doc/trunk/www/index.wiki. It would be nice if we could leverage some of the code in anko-sqlite such as
SelectQueryBuilder
. Would there be any interest in abstracting the
execInternal
function in that class such that a custom implementation could be used? I’m not suggesting that anko should directly support org.sqlite, though that would be nice too.