Icon

SQLite Android GMS Extension

Marso Games

You must be logged in to obtain assets

Description

SQLite Android GMS Extension provides easy access to Android's embedded database library for SQLite (android.database.sqlite). With this extension you can port your SQLite database file with the distribution of your game. The extension provides all the most common functionality of an SQLite DataBase. (e.g. insert, update, delete, query/cursor, create/alter/drop tables/indexes). Just add your SQLite DataBase file inside Game Maker's Project. Database files are imported into a project using the "Create Included Files" functionality. All database files must reside inside the the group named "databases". Do not forget to prepare your database for Android use (see here). If there is anything more than you need to do with an SQLite DataBase in Android, do not hesitate to contact me so that I enrich this extension further. Special care has been taken to provide fine grained Exception Handling. All Android Java Exceptions are caught and forwarded to Game Maker Studio, so that the game always knows what has happened with the execution of every method. Error Handling messages return either the expected result, or in case of an exception a String with the following Template : {ClassName}:{MethodName}:Exception:{ExceptionMessage]. Feel free to contact me if you have any questions or need something more from this library.

More info

End User Licence Agreement (EULA).

Age Rating: None

Version

GMS1 - Version 1.0.2. Published February 11, 2017

Resolved the empty extension bug. Please upgrade to this version. Please do not hesitate to contact me in case you encounter any problems.

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait