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

Add supported databases to the readme. #2302

Merged
merged 1 commit into from
Feb 18, 2020

Conversation

SarthakSingh31
Copy link
Contributor

@SarthakSingh31 SarthakSingh31 commented Feb 15, 2020

Fixes #2294

README.md Outdated Show resolved Hide resolved
Added links to docs for each backend

Changed the urls from http to https

marked the code block as toml

suggested by @JohnTitor

Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
Comment on lines +22 to +24
1. [PostgreSQL](https://docs.diesel.rs/diesel/pg/index.html)
2. [MySQL](https://docs.diesel.rs/diesel/mysql/index.html)
3. [SQLite](https://docs.diesel.rs/diesel/sqlite/index.html)
Copy link
Member

Choose a reason for hiding this comment

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

Currently, it points to master branch's doc, not released one. I would prefer later but it's not a strong opinion, would like to up to other reviewers.

Copy link
Member

Choose a reason for hiding this comment

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

We point at various places to the docs for the master branch. With merging #2269 I would suggest moving the docs from the master branch to a different location and having the docs for the latest release there, because there are quite a lot places linking there.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So should I leave it as it is?

@weiznich weiznich merged commit 38ebcc4 into diesel-rs:master Feb 18, 2020
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.

Is there any list showing all supported databases?
3 participants