Skip to content

Commit 8728331

Browse files
authored
Merge pull request #30 from tidesdb/readme-update
update read me
2 parents 2c3052c + bbf3a90 commit 8728331

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# TidesDB Python
1+
# tidesdb-python
22

3-
Official Python package for [TidesDB](https://tidesdb.com).
3+
tidesdb-python is the official Python binding for TidesDB.
4+
5+
TidesDB is a fast and efficient key-value storage engine library written in C. The underlying data structure is based on a log-structured merge-tree (LSM-tree). This Python binding provides a safe, idiomatic Python interface to TidesDB with full support for all features.
46

57
## Features
68

@@ -14,6 +16,8 @@ Official Python package for [TidesDB](https://tidesdb.com).
1416
- Savepoints for partial transaction rollback
1517
- Six built-in comparators plus custom registration
1618

19+
For Python usage you can go to the TidesDB Python Reference at [TidesDB Python Reference](https://tidesdb.com/reference/python/).
20+
1721
## License
1822

1923
Multiple licenses apply:

0 commit comments

Comments
 (0)