StelsCSV is a JDBC driver that allows performing
SQL statements and other JDBC operations upon
text files (comma separated, tab-separated, fixed
length, etc.). Using this driver, users can
easily create a simple database consisting of
plain text files. The driver can be used for
writing data importing programs and migration
tools. It supports most keywords of ANSI SQL92,
table joins, INSERT, UPDATE, and DELETE
statements, data types, aggregate, converting,
string, and user-defined SQL functions.
License: Other/Proprietary License with Free Trial
Changes:
Support for the FTP protocol was added. New
properties were added to the driver. JDBC API 2.0
classes were added, including a data source class
(jstels.jdbc.csv.CsvDataSource). A connection pool
data source class
(jstels.jdbc.csv.CsvConnectionPoolDataSource) was
added.