
Xbsql is a wrapper library that provides an sql-subset interface to the xbase dbms. xbsql in no way provides anything like a complete sql implementation and in any case is hampered by various limitations of xbase (such as no notion of a null value). it does, however, implement a fairly useful subset, including select, insert, update and delete. select for instance supports joins, ordering, grouping, and the having clause.
this package contains the xql utility, a command-line interface to the libxbsql functionality. users can execute sql statements on a database consisting of a set of .dbf files. programming documentation is in the package libxbsql-dev.