Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 411 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 411 Bytes

sql2oCrud

This code is a CRUD sample detailed in this post:

English ---> http://uaihebert.com/?p=2181
Portuguese ---> http://uaihebert.com/?p=2132

To run this project you need to install the MySQL database and run the script (1.0.0.sql) found in the folder src/sql. You could edit the JAR and connection attributes to use your database.

You will need to install Maven at your PC.