From 003a937315ec2ea2ba46c6f8e0959bdca8e6db70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=83=B3=E5=87=BA=E7=BD=91=E5=90=8D=E5=95=A6?= Date: Mon, 9 Oct 2023 18:12:26 +0800 Subject: [PATCH] typo fix --- src/practice/third-party-libs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/practice/third-party-libs.md b/src/practice/third-party-libs.md index 4d0e8a86..dab10222 100644 --- a/src/practice/third-party-libs.md +++ b/src/practice/third-party-libs.md @@ -43,7 +43,7 @@ * ORM * [rbatis/rbatis](https://github.com/rbatis/rbatis) 国内团队开发的ORM,异步、性能高、简单易上手 - * [diesel-rs/diesel](https://github.com/diesel-rs/diesel) 安全、扩展性强的Rust ORM库,支持`MySQL`、`PostgreSQL`、`SQLLite` + * [diesel-rs/diesel](https://github.com/diesel-rs/diesel) 安全、扩展性强的Rust ORM库,支持`MySQL`、`PostgreSQL`、`SQLite` * MySQL * [blackbeam/rust-mysql-simple](https://github.com/blackbeam/rust-mysql-simple) 纯Rust实现的MySQL驱动,提供连接池