From 117c8ef8a3ec7f05fe3d35b7d69b49163b6551e0 Mon Sep 17 00:00:00 2001 From: Alex Gaetano Padula Date: Thu, 22 Jan 2026 02:28:18 -0500 Subject: [PATCH 1/2] update read me --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b156965..d5ea909 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,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: From bbf3a9089c71e540fcfd2cbb4546d8a3cb4bc6dd Mon Sep 17 00:00:00 2001 From: Alex Gaetano Padula Date: Thu, 22 Jan 2026 02:30:09 -0500 Subject: [PATCH 2/2] update read me --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5ea909..88d2f06 100644 --- a/README.md +++ b/README.md @@ -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