Skip to content

Commit b60c92e

Browse files
Added link to the docs in README
1 parent 13d412a commit b60c92e

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ db.commit()
4242

4343
We all know that [Pandas](https://pandas.pydata.org/) is fast, but it's also really hard to learn for beginners. That's where OnstroDb comes into action. This DB allows you to perform CRUD operations on data, with the speed promised by Pandas. Without you having to know a single thing about pandas. The DB is also strict.,i.e once the schema and the types of the data are defined it cannot be modified. And it also comes with a CLI.
4444

45-
- ### Click [here]() to see the docs.
45+
- ### Click [here](https://adwaith-rajesh.github.io/onstro-db/docs/) to see the docs.
4646

4747
## 🤔 Why name it Onstro DB ?
4848

docs/code/get.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,3 @@ print(data)
9393
```
9494

9595
{'7b672af4': {'name': 'ad', 'age': 3}, '93b626d2': {'name': 'fred', 'age': 4}, 'f3d32e1e': {'name': 'dev', 'age': 3}}
96-
97-
```python
98-
99-
```

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ A **simple**, **fast** and **strict** DB designed to store and handle large amou
1616
- [Initializing](./code/initialize)
1717
- [Adding Data](./code/add)
1818
- [Getting Data](./code/get)
19-
- [Updating Data](./code/updates)
19+
- [Updating Data](./code/update)
2020
- [Deleting Data](./code/delete)
21-
- [Purge](./code/delete/#purge)
2221
- [Multiple Conditions in queries](./code/chain)
2322

2423
---

0 commit comments

Comments
 (0)