How to acquire server's SQL server?

Discussion in 'Plugin Development' started by apexearth, Jan 13, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    apexearth

    Hi,

    I am moving from hey0 to Bukkit and the plugin I have created used server.getSQLConnection() to acquire the SQL server. I don't see anything allowing me to do that at this time in Bukkit. I've done extensive searching through the forums, wiki, and javadoc but I have failed to find a solution to my problem.

    • Questions:
      • Can I get the SQL server object through Bukkit?
      • If it's not implemented, will it be eventually?

    Thanks in advance.
     
  2. Offline

    Neo Omega

    I am also interested on an answer to this.
     
  3. Offline

    Ryan00793

    It seems the only way for us to do this at the current time is to make a plug-in with a persistent connection and pass it info... through the interplugin communication.
     
Thread Status:
Not open for further replies.

Share This Page