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
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ Based on [Diesel](https://github.com/diesel-rs/diesel), The current supported da
18
18
Add it to `Cargo.toml`
19
19
20
20
```
21
-
diesel-adapter = { version = "0.8.0", features = ["postgres"] }
22
-
async-std = "1.6.3"
21
+
diesel-adapter = { version = "0.8.1", features = ["postgres"] }
22
+
async-std = "1.6.4"
23
23
```
24
24
25
25
## Example
@@ -41,5 +41,6 @@ async fn main() -> Result<()> {
41
41
42
42
-`postgres`
43
43
-`mysql`
44
+
-`sqlite`
44
45
45
-
*Attention*: `postgres` and `mysql`are mutual exclusive which means that you can only activate one of them. Currently we don't have support for `sqlite`, it may be added in the near future.
46
+
*Attention*: `postgres`, `mysql`, `sqlite`are mutual exclusive which means that you can only activate one of them.
0 commit comments