mIRC SQLite v1.0.15
Published Jul 31, 2007
Updated
mIRC SQLite is an implementation of the SQLite library for mIRC. It requires mIRC version 6.2 or higher. It offers a flexible and easy-to-use API (Application Programming Interface) which is strongly inspired by the PHP's SQLite API.
With mSQLite you can easily and quickly embed SQL to your mIRC scripts. It doesn't require a seperate process for SQL server nor complex configuration. The library IS the server. You just need to load the script and start coding. :)
Filename
Size
Date
Downloads
429.61 KB
Jul 31, 2007
800
Once I started reviewing this addon I was quite impressed. This addon uses a dll to gives mIRC scripters access to the SQLite API. It is extremely well documented. The included .chm help file has everything you need to know to use this addon. From loading to detailed explanations of every function of the script. There are plenty of working examples, it even includes a FAQ. It's very nice to see such a well made, well documented addon. Great job, ramirez.
...