Insanely easy way to work with Java and MySQL
Download the library - WormLibrary.jar
Import the WormLibrary.jar to your project
Worm is intended to simplify the interaction with MySQL database in Java.
- It eliminates writing SQL queries to interact with MySQL db.
- It takes care of creating your database.
- It manages object relationships too.
- It provides you with clear and simple APIs for db operations
There are two parts to it:
- database creation
- simple APIs to manipulate your business objects
The people who put their effort and sweat into this project
Name | Github |
---|---|
Kevin Gamboa | @KevinGamboa17 |
Adrián Leyva | @AdrianLeyva |
Marco Chavez | @MarcoChavez1940 |