GameMaker (2.0 - 2.2.x)
Icon

Database MySql

GhostWolf Games

You must be logged in to obtain assets

Description

More information about this asset pack can be found here:

https://ghostwolf-games.itch.io/databasemysqlgms2

A simple and easy-to-use PHP interface allows Game Maker to communicate with a MySQL database, also simple to edit & add more functions. --> Quick setup guide provided <--

Operations supported:

• CREATE DATABASE​

• CONNECT TO DATABASE​

• CHECK CONNECTED DATABASE NAME​

• CREATE TABLE table (columns)​

• RAW MYSQL CODE​​

Scripts for quick operations:

• INSERT: INSERT INTO table (columns) VALUES (values)​

• SELECT: SELECT columns FROM table​

• WHERE: SELECT columns FROM table WHERE values​

• SELECT ORDER BY: SELECT columns FROM table ORDER BY orderby​

• WHERE ORDER BY: SELECT columns FROM table WHERE values

• LIMIT: SELECT columns FROM table LIMIT limit​​

• WHERE LIMIT: SELECT columns FROM table WHERE values LIMIT limit​

• ORDER BY LIMIT: SELECT columns FROM table ORDER BY orderby LIMIT limit​

• WHERE ORDER BY LIMIT: SELECT columns FROM table WHERE values ORDER BY orderby LIMIT limit​

• DELETE: DELETE FROM table WHERE values​

• UPDATE: UPDATE table SET scope WHERE values​

Other functions could be added in the future

More info

End User Licence Agreement (EULA).

Age Rating: 4+

Versions

GMS2.3 - Version 2.0.4. Published January 15, 2021

New functions + scripts + raw query added

GMS2 - Version 2.0.4. Published February 5, 2021

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait