https://github.com/saikiran6694/database-clone
In this project I have implemented a simple database with basic CRUD operations and transactions.
https://github.com/saikiran6694/database-clone
Last synced: about 1 month ago
JSON representation
In this project I have implemented a simple database with basic CRUD operations and transactions.
- Host: GitHub
- URL: https://github.com/saikiran6694/database-clone
- Owner: saikiran6694
- Created: 2023-03-29T10:11:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T05:27:17.000Z (over 2 years ago)
- Last Synced: 2025-03-29T20:44:32.503Z (6 months ago)
- Language: Java
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### SIMPLE DATABASE
In this project I have implemented a simple database with basic CRUD operations and transactions.### Features
Create Database
View Database
Drop Database
Use Database
Create Table
Insert Table
Update Table
Delete Table