moved the database-go project to this repository

This commit is contained in:
Timmelmann
2026-08-08 14:29:33 +02:00
commit ca2740a2e7
6 changed files with 196 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module timmelmann/database
go 1.24.5
require github.com/stretchr/testify v1.11.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)