[dev?][mdbc] - MysqlDBConnection [R6 Ready]

Discussion in 'Inactive/Unsupported Plugins' started by tabr, Mar 1, 2012.

  1. Offline

    tabr

    There is many plugins that using mysql. And EACH using OWN config and connection to db. I suggest this plugin, which connection can use any other plugin.
    sample use:
    Code:
    import me.tabr.mysqldbconnection.MDBCMain;
    ...
    MDBCMain mdbc = (MDBCMain)this.getServer().getPluginManager().getPlugin("mdbc");
    mdbc.Test();//to test =)
    Statement s = mdbc.getStmt();
    //and use statement as always =)
    there is ping mysql implementation (not best way, i know, but works) - if u know better way, please, suggest.
    in attach plugin and source
    PS: don't forget to add 'depend: [mdbc]' to your 'plugin.yml'
    PPS: sorry for my english
    plugin: mdbc.zip
    source: MDBCMain.zip
     

    Attached Files:

  2. Offline

    tabr

    added attach
     

Share This Page