How to execute SQLite from SmallBASIC

Started by Computerhusky, March 19, 2024, 18:52:19

Previous topic - Next topic

Computerhusky

Sorry, beginner's question, I've just started with SQLite:
Is it possible to access an SQLite database / execute SQLite statements from SB?
I want to do this on an Android phone, that's where I mainly use SB. But maybe there's a general answer independent of OS as long as SQLite runs on that system?
Thanks for any hints
Thomas

chrisws

Right now, this is not possible - unless you could concopt some use of the RUN command.

But should be possible to build an extension module for sqlite. I don't have time to work on this atm, but it seems worth doing.