PartyWifi / PartyWifi.Server

This is the central server of the PartyWifi ecosystem.
GNU General Public License v3.0
2 stars 1 forks source link

Datamodel #34

Open Toxantron opened 7 years ago

Toxantron commented 7 years ago

I like the current image structure, but considering other features we should create a data model.

dbeuchler commented 7 years ago

Any prefered database? For easy installation, creation, ..., I would suggest sqlite. I added a small proposal in d5bff81058a9e3601a546d072e024aefe65668f9

Toxantron commented 7 years ago

I was thinking PostgreSQL. And maybe put the model into a new project. But I like the first proposal.

Toxantron commented 7 years ago

But SQL is enough for now

dbeuchler commented 7 years ago

Maybe if we need more performance, we can easily switch later. SQLite is offically supported by microsoft. No third party libraries are needed.

My last tries to put the datamodel in a seperate library failed. But there were many tickets in work. Current research: http://stackoverflow.com/questions/31870709/entityframework-7-ef7-migrations-dbcontext-and-startup-project-are-in-differe - all tickets are closed. We have to check it.