Name | Modified | Size | Downloads / Week |
---|---|---|---|
SQLMate.jar | 2016-11-24 | 238.9 kB | |
README.TXT | 2016-11-24 | 789 Bytes | |
sqlite-jdbc-3.8.11.2.jar | 2016-06-07 | 5.6 MB | |
Totals: 3 Items | 5.8 MB | 1 |
Date: 2016/11/24 Version: 0.3 Project: https://github.com/soft9000/SQLMate Changed so as to automatically use the token "ID" as the default primary key. Date: 2016/07/18 Version: 0.2 Project: https://github.com/soft9000/SQLMate Fixed problems with Blob support. Date: 2016/06/07 Version: 0.1 Project: https://github.com/soft9000/SQLMate Tossed this together to speed-up the creation of allot of SQLite3 for Java / JDBC recently. These classes will generate the basic C.R.U.D operations for a DAO. Schema creation & drop as well. Demonstration on how to use the package is in main.java. Sample output file from same is in SqlTestTable.java. The implementation is designed for super-fast growth. Thought I would share the package. Cheers, Randall Nagy -- Soft9000.com