Skip to content

Commit 80cd82a

Browse files
committed
chore: highlight important note in readme
Signed-off-by: Jan Vollmer <jan@vllmr.dev>
1 parent fc32d68 commit 80cd82a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

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

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

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!
10+
> [!IMPORTANT]
11+
> 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 inside the session store. Use with care!
1112
1213
## Basic usage
1314

0 commit comments

Comments
 (0)