I've not tried it, but this article from OSXdaily says you can get the command line (Terminal) in iOS.
http://osxdaily.com/2018/01/08/get-terminal-app-ios-command-line/ That probably does not solve the fork requirement, and I'm sure it is sandboxed. John G On 15 January 2018 at 15:00, Richard Hipp <[email protected]> wrote: > On 1/15/18, Shane Dev <[email protected]> wrote: > > > > Did the Apple engineers tell you why it is not possible to compile and > run > > the SQLite shell on iOS? > > > > You cannot get a command-line prompt on iOS, and the SQLite shell > requires a command-line prompt (like bash). If i understand > correctly, iOS does not allow fork() as a security measure. > > The previous paragraph is not authoritative. It is merely my > recollection. I have not researched the issue. > > -- > D. Richard Hipp > [email protected] > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

