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
+14-15Lines changed: 14 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Tokio based asynchronous MySql client library for The Rust Programming Language.
4
4
This is a fork from the original [mysql_async](https://github.com/blackbeam/mysql_async) with support for WebAssembly compilation target.
5
5
That allows async MySql apps to run inside the [WasmEdge Runtime](https://github.com/WasmEdge/WasmEdge#readme) as a lightweight and secure alternative to natively compiled apps in Linux container.
6
6
7
-
For more details and usage examples, please see the upstream [mysql_async](https://github.com/blackbeam/mysql-async) source and [this example](https://github.com/WasmEdge/wasmedge-db-examples/tree/main/mysql_async).
7
+
For more details and usage examples, please see the upstream [mysql_async](https://github.com/blackbeam/mysql_async) source and [this example](https://github.com/WasmEdge/wasmedge-db-examples/tree/main/mysql_async).
8
8
9
9
Note: We do not yet support SSL / TLS connections to databases in this WebAssembly client.
0 commit comments