You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# TidesDB Python
1
+
# tidesdb-python
2
2
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.
4
6
5
7
## Features
6
8
@@ -14,6 +16,8 @@ Official Python package for [TidesDB](https://tidesdb.com).
14
16
- Savepoints for partial transaction rollback
15
17
- Six built-in comparators plus custom registration
16
18
19
+
For Python usage you can go to the TidesDB Python Reference at [TidesDB Python Reference](https://tidesdb.com/reference/python/).
0 commit comments