From 5e8909b341416de12366b775dacdf9a1507e09c0 Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 25 Dec 2024 10:44:59 +0000 Subject: [PATCH] =?UTF-8?q?databases/mysql.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- databases/mysql.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 databases/mysql.md diff --git a/databases/mysql.md b/databases/mysql.md new file mode 100644 index 0000000..fb559bd --- /dev/null +++ b/databases/mysql.md @@ -0,0 +1,3 @@ +- https://go.dev/doc/tutorial/database-access +- https://setapp.com/how-to/use-go-with-mysql +- https://github.com/go-sql-driver/mysql/ \ No newline at end of file