Qore MySQL Module

MySQL Module for Qore Programming Language
Download

Qore MySQL Module Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • David Nichols
  • Publisher web site:

Qore MySQL Module Tags


Qore MySQL Module Description

MySQL Module for Qore Programming Language The Qore MySQL Module requires Qore 0.7.1 and MySQL 3.3 or newer headers and libraries to build.With MySQL 4.1+ you can get transaction support and the module will use the more efficient prepared statement interface.The driver supports the following features (depending on the MySQL client library version):* is thread-safe* stored procedure execution with binding and retrieving values (5 and newer)* transaction management is supported (4.1 and newer)* transparent character encoding conversion is supported if necessaryThe driver's name is "mysql" and the Datasource type constant is SQL::DSMySQLex: $db = new Datasource(DSMySQL);ex: $db = new Datasource("mysql");The mysql module is stable and has been extensively tested.Documentation: docs/mysql-module-doc.htmltest/example script: test/db-test.qBUILD AND INSTALLIf your mysql installation is in a non-standard location, set the MYSQL_DIR environment variable to the location of the installation before running configure.Note that you have to use g++ 4.0.* on Darwin to link with newer versions of the MySQL librariesconfiguremakesudo make installThe configure script will find out where your qore module directory is found and set this for the install directory.BUILD FROM SVNreconf.shconfiguremakesudo make installQore is a multithreaded, embeddable, db-integrated, weakly-typed, object-oriented programming language with XML, JSON & Perl5-regex support, run-time language extensions through modules, suitable for interface development, application scripting, etc. Requirements: · Qore Programming Language · MySQL


Qore MySQL Module Related Software