📝 Update admonitions in annotations (#1065)

This commit is contained in:
Sebastián Ramírez
2024-08-12 16:38:19 -05:00
committed by GitHub
parent d55af68fd7
commit ee44f3b85e
8 changed files with 71 additions and 32 deletions

View File

@ -16,10 +16,13 @@
7. Create a new **session** to query data.
!!! tip
Notice that this is a new **session** independent from the one in the other function above.
/// tip
But it still uses the same **engine**. We still have one engine for the whole application.
Notice that this is a new **session** independent from the one in the other function above.
But it still uses the same **engine**. We still have one engine for the whole application.
///
8. Use the `select()` function to create a statement selecting all the `Hero` objects.