Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to improve the first user experience with our examples #4238

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

weiznich
Copy link
Member

@weiznich weiznich commented Sep 6, 2024

  • Fix a minor issue in one of the sqlite migrations
  • Always use bundled libs by default there, as that should "just work" on most platforms
  • Minor fix to the crate level documentation to point to the bundled features for pq-sys and mysqlclient-sys as well

//! pq-sys = { version = "0.6", features = ["bundled"] }
//! openssl-sys = { version = "0.9.100", features = ["vendored"] }
//! ```
//! - `mysql`: This feature enables the idesel mysql backend. This feature implies `mysql_backend`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Misprint

Suggested change
//! - `mysql`: This feature enables the idesel mysql backend. This feature implies `mysql_backend`.
//! - `mysql`: This feature enables the diesel mysql backend. This feature implies `mysql_backend`.

* Fix a minor issue in one of the sqlite migrations
* Always use bundled libs by default there, as that should "just work"
on most platforms
* Minor fix to the crate level documentation to point to the bundled
features for pq-sys and mysqlclient-sys as well
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants