Skip to content

Commit 4fd9b4f

Browse files
committed
chore: update README
Signed-off-by: Jan Vollmer <jan@vllmr.dev>
1 parent dbbc0f3 commit 4fd9b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
SQLAlchemy load option that loads from persisted session instances.
99

10-
Supports SQLAlchemy 1.4
10+
The goal of this load option is to achieve performance gains in specific use-cases by not querying the database or serializing new objects and reading from cache instead. This means that you as a user need to make sure before that all of the objects you expect to find within a query are already present the session store. Use with care!
1111

1212
## Basic usage
1313

0 commit comments

Comments
 (0)