toadslop/rust-fullstack-demo

Consider adding an alternative to Postgres

Opened this issue · 1 comments

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

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