A parser for SQLite create table and alter table sql statements. Extremely fast parser with no memory copy overhead MIT licensed with no dependencies (just drop the C file into your project) Never ...
Install Oracle DB or MySQL. Edit DBConnection.java with your DB username/password. Add JDBC driver jar to classpath. Compile: javac -cp .;ojdbc8.jar *.java Run: java ...