diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-31 17:38:31 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-08-01 08:35:02 -0600 |
| commit | 4ad54d26dd7e7aa337a833950616cf5786dd8977 (patch) | |
| tree | 57622387fa6bfe3721887cf98210ef1b7d27eff8 /go.mod | |
| parent | 238b61113456ebad8bad880913dc315cd892a296 (diff) | |
Load SpiceDB schema into pg
This change runs the `spicedb datastore migrate` command against the
pg database at startup. It's not a performant solution but it allows for
iteration and exploration to understand the challenges with hosting
spicedb in postgresql.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ require ( github.com/sagikazarmark/slog-shim v0.1.0 // indirect github.com/samber/lo v1.51.0 // indirect github.com/schollz/progressbar/v3 v3.18.0 // indirect - github.com/shirou/gopsutil/v4 v4.25.6 // indirect + github.com/shirou/gopsutil/v4 v4.25.7 // indirect github.com/shopspring/decimal v1.4.0 // indirect github.com/sirupsen/logrus v1.9.3 // indirect github.com/sourcegraph/conc v0.3.0 // indirect |
