https://github.com/fellipef/demo-dao-jdbc
Using JDBC to access a created local SQL Database
https://github.com/fellipef/demo-dao-jdbc
Last synced: 10 days ago
JSON representation
Using JDBC to access a created local SQL Database
- Host: GitHub
- URL: https://github.com/fellipef/demo-dao-jdbc
- Owner: FellipeF
- Created: 2024-08-08T23:45:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T00:25:06.000Z (almost 2 years ago)
- Last Synced: 2024-08-26T01:42:03.692Z (almost 2 years ago)
- Language: Java
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About this repository
Simple usage of Factory Design Pattern with JDBC and SQL to create a store that has Sellers assigned to each Department. You can also find here the script for the DB creation.