Consider adding an alternative to Postgres
Opened this issue · 1 comments
mkovaxx commented
I'm on Windows. Getting and configuring Postgres wasn't straightforward.
Ideally, the demo would
- would rely on a DB that can be installed via Cargo
- would come with instructions to install Postgres on Linux, Mac, & Windows
toadslop commented
Thanks for the feedback.
"would rely on a DB that can be installed via Cargo".
Unfortunately there aren't any databases that can be installed by cargo that are also compatible with any of the major ORMs available in Rust.
would come with instructions to install Postgres on Linux, Mac, & Windows
I'll link some articles in the README