Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 368 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 368 Bytes

JDBC Examples

Just some examples for Java JDBC topic.

How to use

  1. Start your H2 database.
  2. Configure everything in db-config.properties.
  3. Execute scripts from db-demo.sql.
  4. You are good to go, just run samples.

NOTE: You can find some SQL samples in the src/main/resources/sql-samples folder.