https://github.com/mtarek97/dbms-with-jdbc
A database management system (DBMS) integrated with Java Database Connectivity (JDBC).
https://github.com/mtarek97/dbms-with-jdbc
dbms-project jdbc
Last synced: 2 months ago
JSON representation
A database management system (DBMS) integrated with Java Database Connectivity (JDBC).
- Host: GitHub
- URL: https://github.com/mtarek97/dbms-with-jdbc
- Owner: mtarek97
- Created: 2018-03-15T20:54:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T21:16:18.000Z (about 7 years ago)
- Last Synced: 2025-01-21T08:44:36.464Z (4 months ago)
- Topics: dbms-project, jdbc
- Language: Java
- Homepage:
- Size: 1.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DBMS-With-JDBC
This is a database management system (DBMS) that allows the user to easily save data in tables
and manipulate it using SQL.Java Database Connectivity (JDBC) provides Java developers with a standard API
that is used to access databases, regardless of the driver and database product.This DBMS is integrated with JDBC by implementing JDBC standard interfaces.
you can find more details [here](https://docs.google.com/document/d/1pKftHpPehcSrOeEqO0qKikL-gBzQOViB6nNbjNdHwbg/edit?usp=sharing) and [here](https://docs.google.com/document/d/1sb_UTU-sR8E1XFCzdpQ6coC89y9ZN6qe7oYPpIzBm6s/edit?usp=sharing).