Skip to content

[TASK] Database Schema & Models #3

@PEXEL2002

Description

@PEXEL2002

Task description and detailed requirements:
Implement the ORM (Object-Relational Mapping) layer using SQLAlchemy.

  • Define the User model (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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions