vipyrsec / dragonfly-mainframe

The mainframe for Dragonfly
https://docs.vipyrsec.com/dragonfly-mainframe/
MIT License
5 stars 2 forks source link

Convert SQLAlchemy models to dataclasses #164

Closed Robin5605 closed 9 months ago

Robin5605 commented 11 months ago

This change provides richer type-hinting to the ORM models, where previously it only had **kwargs. This provides better integration support with IDEs, editors, and type checkers that can catch invalid types at compile time.