Skip to content

Add SQLAlchemy persistence and example DB#19

Merged
brothercorvo merged 1 commit intomainfrom
codex/add-sqlalchemy-support-to-model.py-and-update-example-app
Jun 18, 2025
Merged

Add SQLAlchemy persistence and example DB#19
brothercorvo merged 1 commit intomainfrom
codex/add-sqlalchemy-support-to-model.py-and-update-example-app

Conversation

@brothercorvo
Copy link
Contributor

Summary

  • extend BaseModel with to_orm/from_orm helpers and return dataclasses for CRUD
  • expose SQLAlchemy helpers
  • add async SQLite database setup for EmergencyManagement example
  • persist EmergencyActionMessage and Event with ORM models
  • create persistence tests

Testing

  • pytest -q

https://chatgpt.com/codex/tasks/task_e_6852fbb8bdd883258d502f0609669dce

@brothercorvo brothercorvo merged commit e4fc841 into main Jun 18, 2025
0 of 2 checks passed
@brothercorvo brothercorvo deleted the codex/add-sqlalchemy-support-to-model.py-and-update-example-app branch June 18, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant