promotional bannermobile promotional banner

MAPI

MySQL API for developers who don't have the time to bother with databases.
<p>New MysqlAPI logo thanks to SzymonOwca!</p>

New MysqlAPI logo thanks to SzymonOwca!

<p><strong>Mysql API - Plugin Logo</strong></p>

Mysql API - Plugin Logo

Description

MySQL API - Logo What is MAPI? MAPI is a new API that allows developers who aren't familiar with MySQL to use databases with ease! Like the logo? It was made by SzymonOwca!

Examples

List of MAPI Examples

Usage

Connect

MAPI.connect("localhost", "databaseName", "username", "password");

Disconnect

MAPI.disconnect();

Getting Values

MAPI.selectString("tableName", "criteria", "criteriaValue", "columnName");
MAPI.selectInt("tableName", "criteria", "criteriaValue", "columnName");
MAPI.selectBool("tableName", "criteria", "criteriaValue", "columnName");

Inserting Values

MAPI.insertString("tableName", "column array", "values array");
MAPI.insertInt("tableName", "column array", "values array");
MAPI.insertBool("tableName", "column array", "values array");

Deleting Values

MAPI.delete("tableName", "criteria", "criteriaValue");

Updating Values

MAPI.update("tableName", "criteria", "criteriaValue",
                                         "columnName", "columnValue");

Using MAPI

MAPI mapi;
mapi = new MAPI();

Found a Bug?

Open a ticket so that the developer has more of a chance of responding!

The MAPI Team

profile avatar
  • 17
    Projects
  • 45.6K
    Downloads

More from _ForgeUser11591311View all