Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd instructions for building diesel_cli #588
Comments
This comment has been minimized.
|
First off, it shouldn't hurt to have both: Most people will use postgres in production, and enabling support for sqlite should not be a problem. I saw you had problems (#587) getting postgres (or, more specifically pg-sys) to work on Windows, so maybe we should also link to this. (We are planning on using our own postgres driver in the future, by the way, which will not need linking to libpg.) The sources of diesel.rs are here: https://github.com/sgrif/diesel.rs-website (it's not in this orga because of something about github pages and DNS setup IIRC). It might make more sense to explain the available features in diesel_cli's Readme (here), though, and only link to that on the website. |
killercup
added
the
cli
label
Feb 17, 2017
hobofan
referenced this issue
Aug 14, 2017
Closed
Getting Started Guide: no instructions on troubleshooting diesel-cli install. #963
This comment has been minimized.
|
Seems to be resolved by sgrif/diesel.rs-website#29. |
Timmmm commentedJan 21, 2017
It seems like the default build of diesel_cli tries to link with postgres and sqlite. I'd guess a lot of people only have one and I had to guess how to build it without sqlite support.
Maybe add something like this:
I was going to do a pull request but can't find the github repo for the website.