csvjdbc
csvjdbc copied to clipboard
Readme.md update
The Class.forName step was needed for old versions of java (versions 1.4 and 5, I think), but is no longer required.
csvjdbc.jar contains a META-INF/services/java.sql.Driver file and this causes the CsvJdbc JDBC driver to be loaded automatically by java.sql.DriverManager.