Added SQLAlchemy Example

This commit is contained in:
2025-10-16 07:49:37 -04:00
parent c477c390d8
commit 3e8250b78a
3 changed files with 146 additions and 0 deletions

View File

@@ -11,9 +11,12 @@
enable = true;
requirements = ''
Faker==37.8.0
greenlet==3.2.4
psycopg==3.2.10
psycopg-binary==3.2.10
python-dotenv==1.1.1
SQLAlchemy==2.0.44
typing_extensions==4.15.0
tzdata==2025.2
'';
};