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
Extend the README because for whatever reason lib.rs seems to believe
that crates with short readmes are bad and should be downranked
(There is now probably more stuff in there as strictly required, but
they have a point that there could be at least some code examples)
Diesel-async offers several configurable features:
174
+
175
+
*`postgres`: Enables the implementation of `AsyncPgConnection`
176
+
*`mysql`: Enables the implementation of `AsyncMysqlConnection`
177
+
*`deadpool`: Enables support for the `deadpool` connection pool implementation
178
+
*`bb8`: Enables support for the `bb8` connection pool implementation
179
+
*`mobc`: Enables support for the `mobc` connection pool implementation
180
+
181
+
By default no features are enabled.
182
+
16
183
## Code of conduct
17
184
18
185
Anyone who interacts with Diesel in any space, including but not limited to
@@ -28,6 +195,10 @@ Licensed under either of these:
28
195
https://opensource.org/licenses/MIT)
29
196
30
197
### Contributing
198
+
199
+
Contributions are explicitly welcome. Please consider opening a [discussion](https://github.com/weiznich/diesel_async/discussions/categories/ideas)
200
+
with your idea first, to discuss possible designs.
201
+
31
202
Unless you explicitly state otherwise, any contribution you intentionally submit
32
203
for inclusion in the work, as defined in the Apache-2.0 license, shall be
33
204
dual-licensed as above, without any additional terms or conditions.
0 commit comments