Skip to content

Commit f0de69c

Browse files
Added the index page for the docs
1 parent c92b982 commit f0de69c

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

docs/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Onstro DB
2+
3+
A **simple**, **fast** and **strict** DB designed to store and handle large amounts of data.
4+
5+
# Features
6+
7+
- **Super fast** execution speeds.
8+
- **Unique hash id** for each row, prevents data duplication
9+
- **Strict** Schema layout.
10+
- **In-build CLI** To create, delete, and purge a DB
11+
12+
# Quick Links
13+
14+
- Code
15+
16+
- [Adding Data](./code/add)
17+
- [Getting Data](./code/get)
18+
- [Updating Data](./code/updates)
19+
- [Deleting Data](./code/delete)
20+
- [Purge](./code/delete/#purge)
21+
22+
- CLI
23+
- [Creating DB](./cli/create)
24+
- [Deleting a DB](./cli/delete)
25+
- [Purging a DB](./cli/delete/#purge)

0 commit comments

Comments
 (0)