DB

by Dantom
[Share] [Zip]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Dantom.DB##version=5

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Dantom.DB##version=5

2639 downloads
Version 0.5
Date added: Nov 30 2002
Last updated: Jul 29 2009
13 fans
Access databases from DM. [More]
Dantom.DB is compatible with unix & windows (as of BYOND release 413). Originally written by Dan; currently maintained by Nadrew.

v0.5
* Added DBConnection.SelectDB() see db.html for details.
* Changed all global constants to quicker #defines.
* Added global variables DB_SERVER and DB_PORT to help SelectDB() out.
* Moved this information and the core code into seperate files.

v0.4
* Cleaned up the code even more. Rewrote the argument names for the procs to be less cryptic.
* Added a few comments here and there.
* Sped up various procs by "modernizing" some of the code inside of them.
* Wrote some actual documentation for the library, since as of 4.13 it should get a bit more usage.

v0.3
* Fixed long-standing bug with the connection process, adding a workaround to a strange BYOND bug.
* Updated all of the command arguments to not match local variables, as it was causing tons of issues.
* The arguments aren't named very well, but you can tell what they do.
* Added GetColumnData() function to the DBQuery datum, this function will allow you to obtain a list of table data referenced by name and not by index number.

v0.2
Cleaned up the code significantly.

v0.1
Initial release.

More Info

MySQL and BYOND by Nadrew

Advertisement

Comments

RageFury33: (Aug 24 2011, 11:02 am)
Love the system, though I am still trying to get use to it, and relearn my MySQL skills.