Mineuniverse
Log in Register
Plugins

MyApi

MyApi
by _ForgeUser7923156
Download Claim this project
2,110 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Developer Tools

MyApi_logo Hello everyone, this library is named for MyApi -> MySQL API.

It allows you to manage data without worrying about the syntax of the SQL database. PS - Of course,this library is not going to manage a database. You will need at least a knowledge database.

Here is an example when I want to create a table in my database (Here the table is 'Players' and will 'ID' and 'PlayerName' as columns.)

List <Columns> listColomns = new ArrayList <Columns> (); 
Columns colomn = new Columns ("ID", TypeData.INT, 0, false, true, true); 
listColomns.add (colomn); 
colomn = new Columns ("PlayerName" TypeData.STRING, 254, false, false, false); 
listColomns.add (colomn); 
myapi.createTable ("Players", listColomns, true);

Projects using this library :

Sources:

MyApi is open source and these are available here:

Github

Wiki:

The wiki bookstore is available here (English and french.): https://github.com/como89/MyApi/wiki

Javadoc:

The Javadoc is available here: http://como89.github.io/MyApi/doc/

Suggestions, questions, bugs?

If you have any suggestions, questions or you found a bug, please let me know! ;)

MyApi 1.3
MC CB 1.7.9-R0.2, 1.8.1, 1.8
Release 2015-11-17 Get
MyApi 1.2.1
MC CB 1.7.9-R0.2, 1.8.1, CB 1.7.2-R0.3
Release 2015-03-17 Get
MyApi 1.2
MC CB 1.7.9-R0.2, 1.8.1, CB 1.7.2-R0.3
Release 2015-03-04 Get
MyApi 1.1
MC CB 1.7.9-R0.2, CB 1.6.4-R2.0, CB 1.7.2-R0.3
Release 2014-10-07 Get
MyApi 1.0
MC 1.7.2, CB 1.7.9-R0.2, 1.6.4
Release 2014-08-22 Get

More from _ForgeUser7923156

BuyPack
7,828
BankX
6,536
SleepingPlus
6,140

You Might Also Like

WorldGuard Custom Flags
WorldGuard Custom Flags
97,851
HoloAPI
Advanced and powerful holographic displays
93,959
Minequery
Minequery
91,099
SQLibrary
SQLibrary aims to streamline driver wrappers in Java for every database engine
85,675
WolfyUtilities
Utils and APIs: Config, Language and Inventory API, Protection Utils: WorldGuard, LWC, PlotSquared
84,728
DisguiseTester
Experiment with disguises!
9,677