This Magisk module contains sqlite3 for Android


sqlite3 has been compiled with these configure options:

./configure \ 
  --prefix=/system/usr \ 
  --scanstatus \ 
  --load-extension \ 
  --rtree \ 
  --memsys5 \ 
  --fts3 \ 
  --fts4 \ 
  --fts5 \ 
  --update-limit \ 
  --geopoly \ 
  --rtree \ 
  --session \ 
  --with-readline-ldflags="-lncurses" \ 
  --with-readline-ldflags="-lreadline" \ 
  --with-readline-cflags=-I/data/local/tmp/develop/sysroot/usr/include \ 
  --all


History

05.06.2025 v1.0.0
  initial release


