meatball133 / nimble-neutrinos

MIT License
0 stars 1 forks source link

Setup model to communicate with database #7

Closed meatball133 closed 1 month ago

meatball133 commented 1 month ago

We need a way to communicate with the database and this should be done with a single interface to keep the code clean, This is idealy done by an orm to keep the code maintainable and secure and allows us in the future to quickly be able to change database if so needed.