An open API service indexing awesome lists of open source software.

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).

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).