implement basic db module

This commit is contained in:
Elijah Duffy
2025-05-30 16:28:24 -07:00
parent 08d96ca00f
commit a22843f130
5 changed files with 403 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
# dbx
dbx (**D**ata**b**ase **E**extensions) is a small toolkit of common and reusable database helpers built around the [Jet](https://github.com/go-jet/jet) SQL builder.
dbx (**D**ata**b**ase **E**extensions) is a small toolkit of common and reusable database helpers built around the [Jet](https://github.com/go-jet/jet) SQL builder. Provides an [app.Module](https://gitea.auvem.com/go-toolkit/app).