Hello,
It all depends on what type of database your a looking to connect. Wayne has just posted a good example that connects to a local web sql db. This one you will have to wait till the new release of Mobione to come out late next week to see this run accurately. It runs now, except it will double add an item at this time.
For all database connections, you will have to write or provide the code yourself. I have used it with MySQL, IndexDB, SQLite, local storage and others.
Mobione is a designer for creating mobile app interfaces with some nice built in tools to help with the functionally of your apps. Then for items like database usage, you would treat it as if you were creating a web app. Use PHP & JSON for MySQL. JS for for the local storage, IndexDB/WEB SQL and so on.
There are not a lot of examples at this time with Mobione and database at this time. Wait for Wayne’s or download it now with the duplicating error to get an idea of how to use a database with Mobione.
Cheers…