https://github.com/goldipl/obd_jdbc_first
First Java DataBase Connectivity Application
https://github.com/goldipl/obd_jdbc_first
database java java-8 jdbc sql
Last synced: about 2 months ago
JSON representation
First Java DataBase Connectivity Application
- Host: GitHub
- URL: https://github.com/goldipl/obd_jdbc_first
- Owner: goldipl
- Created: 2020-05-04T16:24:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T18:39:28.000Z (about 6 years ago)
- Last Synced: 2025-06-05T04:48:35.410Z (about 1 year ago)
- Topics: database, java, java-8, jdbc, sql
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of contents
* [Application name](#application-name)
* [General info](#general-info)
* [Version](#version)
* [Technologies](#technologies)
* [Author](#author)
## Application name
First Java DataBase Connectivity Application
## General info
Java DataBase Connectivity Application
* connecting to database
* filling tables 'uczen', 'nauczyciel', 'przedmiot', 'ocena'
* filling table "ocenianie" from IDE console
* protection against table and data duplication
## Version
04.05.2020 - **`ver. 1.0`**
08.05.2020 - **`ver. 1.1`**
14.05.2020 - **`ver. 1.2`**
16.05.2020 - **`ver. 1.3`**
23.05.2020 - **`ver. 1.4`**
27.05.2020 - **`ver. 1.5`**
30.05.2020 - **`ver. 1.6`**
## Technologies
Project was created with:
* Java 8
## Author
Marcin Godlewski