StelsCSV is a JDBC driver that allows to perform SQL queries and other JDBC operations on text files (CSV, DSV, tab-separated, fixed length etc). Using this driver, you can easily create a simple database consisting of plain text files. Also, the dri......