Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Pronoy999 authored Nov 19, 2021
1 parent bb70239 commit 28f69f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
A light weight graph database.
The core of a simple graph based database engine. The data is stored in memory in a graph based data structure with Node and Relationship between nodes being the main storage entites for the data. A node represents a unit of data storage while a relationship represents the semantic link between two nodes. The detailed core desgin of the database is elaborated below.

![## API Documentation](https://documenter.getpostman.com/view/5329722/UVCCg4Ru)

## Core design
<br>

Expand Down

0 comments on commit 28f69f8

Please sign in to comment.