SQLite Forum

How to run SQLite shell program on Android
Login
Realized I had used the amalgamation so I updated to 3.35.4 and compiled from the raw source. It complained about me not having tcl but one "apt install tcl" later that was solved. Didn't have to do anything special when compiling, just used the configure script and then make. I can't get make install to work, but I'm kind of lazy and can't be bothered to troubleshoot it (it's complaining about /usr being read-only). I can still just use ./sqlite3 though, which is good enough for me.