Add ability to browse data

This commit is contained in:
2025-03-24 12:26:31 +01:00
parent c459148d33
commit dbfbd6e164
9 changed files with 272 additions and 5 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.24
toolchain go1.24.1
require (
gitea.seeseepuff.be/seeseemelk/mysqlite v0.7.0
gitea.seeseepuff.be/seeseemelk/mysqlite v0.9.0
github.com/gin-gonic/gin v1.10.0
)