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 28f69f8 commit e0acffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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)
## API Documentation
[Docs](https://documenter.getpostman.com/view/5329722/UVCCg4Ru)

## Core design
<br>
Expand Down

0 comments on commit e0acffe

Please sign in to comment.