LocalSQL provides a library and command line tool for direct invocation and processing of SQL statements on local databases. A subset of SQL92 is implemented, notably 'INSERT UPDATE DELETE SELECT CREATE TABLE CREATE INDEX DROP TABLE'. Sub-selects are not currently supported. See README.SQL for more information on exactly what is and is not supported.
| Tags | Database Database Engines/Servers |
|---|---|
| Licenses | LGPL |
| Implementation | C++ |
Recent releases


Release Notes: DROP INDEX support was aded. xbStack was removed and replaced with QPtrStack. The version name on the compiled library was fixed.


Release Notes: A fix for automatic naming of indexes, allowing indexes to be named properly, checking for duplicate 'not null' field entries in the 'system' catalog, and creating a separate file for xbase 'system' catalog functions.


Release Notes: This version removes the dependency on the xbase library. All file access is now handled internally, which simplifies and reduces the code. There is still cleanup yet to do, but this is the first step towards creating simpler, smaller code.


Release Notes: This release includes some fixes as well as support for the Qt 3.0-beta1 component model.