You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't (yet) have a good way to document general guidelines on how to use Diesel or, put another way, how we expect it to be used. There are a lot of implicit assumption and various edge cases to keep track of. For many, Diesel there are answers in this issue tracker, but the issues have been closed.
This meta issue wants to keep track of these undocumented pieces.
If you want to help out, we'd love to get PRs to add more information to our API docs. The linked issues usually contain the necessary information, but feel free to ask on gitter for more details.
We might also want to move some of this to a new section of the website. Either a new guide on Best Practices or a good ol' FAQ page.
@killercup will try to update this issue semi-regularly. Ping him on Gitter or in the issue tracker if you have suggestions or questions.
The text was updated successfully, but these errors were encountered:
We don't (yet) have a good way to document general guidelines on how to use Diesel or, put another way, how we expect it to be used. There are a lot of implicit assumption and various edge cases to keep track of. For many, Diesel there are answers in this issue tracker, but the issues have been closed.
This meta issue wants to keep track of these undocumented pieces.
diesel::helper_types
(Query dsl generated by select leak private types to public interface #1037)dsl
namespace: Only in functions dealing with one table (Insertable derive may error if used with other schema features #1032)If you want to help out, we'd love to get PRs to add more information to our API docs. The linked issues usually contain the necessary information, but feel free to ask on gitter for more details.
We might also want to move some of this to a new section of the website. Either a new guide on Best Practices or a good ol' FAQ page.
@killercup will try to update this issue semi-regularly. Ping him on Gitter or in the issue tracker if you have suggestions or questions.
The text was updated successfully, but these errors were encountered: