Skip to content

Commit 5f7d400

Browse files
committed
initial commit
1 parent 4c3be06 commit 5f7d400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MiniDataBase
1+
# DeepDataBase
22
Data Storage and Retrieval using B+ Tree Indexing.
33

44
The database engine is designed on Relational model.
@@ -39,15 +39,15 @@ A separate multilevel B+ tree is created for each table. Each node contains maxi
3939
System also calculates the time taken by the search algorithm.
4040

4141
## DEVELOPMENT:
42-
The whole project is initially done on eclipse platform(C/C++ perspective).
42+
The whole project is initially done on eclipse platform(C/C++ perspective)-> in repo [MiniDataBase](https://github.com/msdeep14/MiniDataBase)
4343

4444
Further modifications are done on linux
4545

4646
For execution: Open directory MiniDatabase(branch:master) and on terminal
4747

4848
1. Type **make**, it will compile the project.
4949

50-
2. Type **./tinydb** for running project.
50+
2. Type **./deepdb** for running project.
5151

5252
3. Type **make clean** for recompiling the project.
5353

0 commit comments

Comments
 (0)