The mysql module for Qore provides a database driver for MySQL databases. Requires qore 0.7.0+ and mysql headers and libraries to build. Module documentation: http://qore.org/manual/modules/mysql-module-doc.html The driver supports the following features:
The driver's name is "mysql" and the Datasource type constant is SQL::DSMySQL ex: $db = new Datasource(DSPGSQL); This module is stable and has been extensively tested. The latest source code can be checked out from svn with the following command: svn co https://svn.qore.sf.net/svnroot/qore/module-mysql/trunk qore-module-mysql RPMs for Linux can be found at the opensuse build service here: http://download.opensuse.org/repositories/devel:/languages:/misc/ Mac OS/X users can install this module by using macports by issuing the following command sudo port selfupdate |
|