Monkey Databases

Monkey Forums/Monkey Programming/Monkey Databases

Arabia(Posted 2013) [#1]
Has anyone created or is considering creating a database module for use with Monkey? Something SQL based would be nice.


programmer(Posted 2013) [#2]
I would like to see bindings to native SQL apis:
- HTML5: Web SQL Database API
- iOS: SQLite
- Android: SQLite
- WP7 (XNA): Local Database Support
etc


Goodlookinguy(Posted 2013) [#3]
I've considered writing a true SQL interpreter, but one of the biggest issues I have isn't that it's hard to do, it's that Monkey needs better I/O support for all platforms. If it had that I'd attempt it.

Also, you may want to look into Lugato's miniSQL. Although it's not a true interpreter from what I could see. It still has the most common operations.


Why0Why(Posted 2013) [#4]
Adam and I had discussed using wxDB. It has everything we need with cross platform compatibility. I took a look but it is over my head. That combined with a nice GUI would greatly increase the functionality of Monkey for apps outside of games.