-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Task description and detailed requirements:
Implement the ORM (Object-Relational Mapping) layer using SQLAlchemy.
- Define the
Usermodel (ID, Email, Hashed Password). - Create a database utility module to handle session creation and engine initialization.
- Ensure the models automatically create tables in the PostgreSQL container upon startup.
Definition of task completion:
The application successfully connects to PostgreSQL and creates the users table with the correct columns and data types.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels