From fed5a583d69d347432ab04f2c183b31279cf85ac Mon Sep 17 00:00:00 2001 From: groot Date: Wed, 25 Dec 2024 10:52:52 +0000 Subject: [PATCH] databases/mysql.md aktualisiert --- databases/mysql.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/databases/mysql.md b/databases/mysql.md index fb559bd..e7ad825 100644 --- a/databases/mysql.md +++ b/databases/mysql.md @@ -1,3 +1,5 @@ - 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 +- https://github.com/go-sql-driver/mysql/ + +- https://bun.uptrace.dev/guide/golang-orm.html#scanning-query-results \ No newline at end of file