From 95bed7f64550ba2d5775d7926c09eac4a90d34ec Mon Sep 17 00:00:00 2001 From: hedon954 <171725713@qq.com> Date: Wed, 4 Sep 2024 08:39:17 +0800 Subject: [PATCH] doc(readme): add dependencies section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4963b91..6a9e3fa 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ ![architecture](./design/img/architecture.png) +## Dependencies + +- [go-mysql-server](https://github.com/dolthub/go-mysql-server): used for MySQL memory server +- [gorm](https://github.com/go-gorm/gorm): used for creating table and initializing data + ## Features - Easy setup and integration with Go projects.