SQLite support missing from windows

Just wanted to know why SQLite support seems to be missing when compiled to a windows executable…

Isn’t the SQLite library regularly mantained on windows?

https://www.sqlite.org/download.html

Is there anothe SQL like storage engine available within NSB Appstudio that can be used in cross compiling between mobile platforms and Windows?

Thanks for any clarifications!

You’re right - SQLite is not supported in Windows executables: it’s in our docs.
http://wiki.nsbasic.com/Make_Windows_Executables

If your app is always online, there are ways to use remote databases.

If not, there is another way which would work, but it’s not free. Contact me directly if you’re interested.