I use SQLite Database Browser to create db on Windows and then bundle it with the Android apps. The database it creates is 100% compatible with B4A. You can create tables and add data manually or you can import from CSV files as well. It also has an option to test SQL queries and see the data that gets returned which is convenient as you can fine tune the queries and use it on B4A instead of doing trial and error on B4A itself.
Really? Never knew it. I downloaded it 2 years back for another project and never had to look for another app (or even an update) as it fit all my needs.
I don't know whether you got an answer to your question, but I was just reading some SQLite documentation and came across just the info you need.
SQLite, first of all, does not employ datatypes in the more common fashion. And second, with reference to your question, implements Boolean as an integer with 0 = False and 1 = True. For more details go to SQLite.org and search for "Boolean". Hope this helps.
I am using this one
:sign0163:
works like a charm ...for everything
WampServer,
a Windows web development environment.
WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your databases.