vipyrsec / dragonfly-mainframe

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

Switch over to sync SQLAlchemy #119

Closed Robin5605 closed 1 year ago

Robin5605 commented 1 year ago

Doesn't seem like asynchronous ORMs are such a good idea, I think we should switch over to synchronous ORMs simply because we've been having strange errors lately and sync SQLa is more supported. FastAPI supports either sync or async so shouldn't be an issue there.