Intermediate commit

This commit is contained in:
2024-06-28 12:48:43 +02:00
parent 5ca27f7f72
commit 96b74e6048
6 changed files with 135 additions and 35 deletions

View File

@@ -36,7 +36,7 @@ public partial class MycroForge
"",
"\tasync def list(self, value: str) -> List[Entity]:",
"\t\tasync with async_session() as session:",
"\t\t\t# stmt = select(User).where(Entity.value == value)",
"\t\t\t# stmt = select(Entity).where(Entity.value == value)",
"\t\t\t# results = (await session.scalars(stmt)).all()",
"\t\t\t# return results",
"\t\t\tpass",