A new SQL database server has been added to the
Free Database Libraries and SQL Servers
page. This one is column-oriented, potentially increasing its performance (over the usual row-oriented database
management systems).
Another open source database has been added to the
Free SQL Servers, Database Libraries and Source Code
page. This one is a relational database with an SQL interface that can function as a drop-in replacement for MySQL.
Package:
Summary:
Execute MySQL queries using parameter lists
Groups:
Author:
Description:
This package can be used to execute MySQL database queries using parameter lists.
There is a base class that provides basic functionality to access MySQL databases, execute queries, retrieve the results, manage transactions, etc..
A sub-class can insert, update, delete and retrieve database records given parameters that define tables, fields, field values and conditions.