Update README.md

Commit 8dcead8 · Harrison Erd · 2025-02-09T17:02:03-05:00

Changeset
8dcead8ec917b841ca07456fe1bf1490030a3bfc
Parents
224c390b13066dfb2a7f57ac62c2f75693c6eb7b

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/README.md b/README.md
index 00a25a5..0d183d7 100644
--- a/README.md
+++ b/README.md
@@ -148,6 +148,7 @@ pickleDB 1.0 is a reimagined version designed for speed, simplicity, and reliabi
 - **Streamlined API**: Removed legacy methods (e.g., `ladd`, `dmerge`) in favor of native Python operations.
 - **Unified Handling of Data Types**: Treats all Python-native types (lists, dicts, etc.) as first-class citizens.
 - **Explicit Saves**: The `auto_save` feature was removed to provide users greater control and optimize performance.
+- **`AsyncPickleDB`**: Added built in async class for use with event based applications.
 
 If backward compatibility is essential, version 0.9 is still available:
 - View the legacy code [here](https://gist.github.com/patx/3ad47fc3814d7293feb902f6ab49c48f).