Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# TidesDB Python
# tidesdb-python

Official Python package for [TidesDB](https://tidesdb.com).
tidesdb-python is the official Python binding for TidesDB.

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.

## Features

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

For Python usage you can go to the TidesDB Python Reference at [TidesDB Python Reference](https://tidesdb.com/reference/python/).

## License

Multiple licenses apply:
Expand Down
Loading