Description:
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, you can easily create a simple database consisting of plain text files. Also driver can be used for writing data importing programs and migration tools.
Features: supports most keywords of ANSI SQL92, supports table joins, supports INSERT, UPDATE and DELETE statements, supports data types, supports aggregate, converting, string and user-defined SQL functions, platform independent. |