jimdroberts / FishMMO

FishNetworking MMO Template
MIT License
83 stars 16 forks source link

Feature/entity framework #3

Closed ttay24 closed 1 year ago

ttay24 commented 1 year ago

Updated backend to utilize postgres as the database instead of sqlite. Wrote some service classes that contain static functions to do various database things. Database contexts should be short-lived, so they are created and passed into services, and then cleaned up.