Databasing

Posted by KageKonjou on Wed 20 Apr 2005 02:18 AM — 2 posts, 14,088 views.

#0
...without the use of a database plugin.

I want to know if it is possible to use MySQL or some other SQL databasing system (SQLyog, SQLite, etc.) with the PerlScript portion of MUSHclient.
USA #1
Yes. You can do anything that perlscript can do.

All the database plugin does is use the java/database connector, there are similar ones in most other languages.

Personally, I don't know exactly how to do it, however I'm sure googling perlscript SQL should return whatever you need.