dev-centralize #1

Merged
jantytgat merged 11 commits from dev-centralize into main 2025-06-09 19:13:38 +00:00
7 changed files with 498 additions and 1 deletions
Showing only changes of commit eff54c7779 - Show all commits

View File

@ -1,4 +1,4 @@
package queryrepo package sqr
import ( import (
"fmt" "fmt"

View File

@ -1,4 +1,4 @@
package queryrepo package sqr
import ( import (
"reflect" "reflect"

View File

@ -1,4 +1,4 @@
package queryrepo package sqr
import ( import (
"embed" "embed"

View File

@ -1,4 +1,4 @@
package queryrepo package sqr
import ( import (
"context" "context"

View File

@ -1,5 +1,5 @@
// Package queryrepo enables the use of centralized storage for all SQL queries used in an application. // Package queryrepo enables the use of centralized storage for all SQL queries used in an application.
package queryrepo package sqr
import ( import (
"context" "context"