promotional bannermobile promotional banner

MyApi

MyApi

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! ;)

The MyApi Team

profile avatar
  • 5
    Projects
  • 26.9K
    Downloads

More from _ForgeUser7923156View all

  • SleepingPlus project image

    SleepingPlus

    • 6.1K
    • Bukkit Plugins

    SleepingPlus

    • 6.1K
    • June 22, 2014
    • Bukkit Plugins
    • +1
  • BankX project image

    BankX

    • 6.5K
    • Bukkit Plugins

    BankX

    • 6.5K
    • October 30, 2014
    • Bukkit Plugins
    • +1
  • Mini-Bank project image

    Mini-Bank

    • 0
    • Bukkit Plugins

    Allow your players to have one or more mini-banks that allows them to earn five dollars per minutes, then 10, then 20, ...

    • 0
    • February 18, 2014
    • Bukkit Plugins
    • +3
  • BuyPack project image

    BuyPack

    • 7.7K
    • Bukkit Plugins

    BuyPack

    • 7.7K
    • January 25, 2014
    • Bukkit Plugins
    • +1
  • SleepingPlus project image

    SleepingPlus

    • 6.1K
    • Bukkit Plugins

    SleepingPlus

    • 6.1K
    • June 22, 2014
    • Bukkit Plugins
    • +1
  • BankX project image

    BankX

    • 6.5K
    • Bukkit Plugins

    BankX

    • 6.5K
    • October 30, 2014
    • Bukkit Plugins
    • +1
  • Mini-Bank project image

    Mini-Bank

    • 0
    • Bukkit Plugins

    Allow your players to have one or more mini-banks that allows them to earn five dollars per minutes, then 10, then 20, ...

    • 0
    • February 18, 2014
    • Bukkit Plugins
    • +3
  • BuyPack project image

    BuyPack

    • 7.7K
    • Bukkit Plugins

    BuyPack

    • 7.7K
    • January 25, 2014
    • Bukkit Plugins
    • +1