Oppskrift / oppskrift_api

0 stars 0 forks source link

Which database ? #2

Closed Scttpr closed 3 years ago

Scttpr commented 4 years ago

1 SQL vs NoSQL ?

I'm no specialist but the big deal is what kind of database we want to use : NoSQL offers graphs database engines like ArangoDB which could be fun to use. Mongo is a go to and I'm currently working on it.

For SQL I know only Postgre and MySQL.

I would say that it's up to you :smiley: both will be ok with Rust (Though I'm not sure for ArangoDB :yum: )

Djyp commented 3 years ago

I was thinking about Diesel to create models and use Postgres. I believe in strong structures to store data

Let's close this, I'm adding diesel in the toml file