go-vise

Constrained Size Output Virtual Machine
Info | Log | Files | Refs | README | LICENSE

commit e568a958ec4698066e520f7283560704a3147dec
parent 26fc82a76ede6275877016318c986fcab6354a12
Author: lash <dev@holbrook.no>
Date:   Wed, 11 Dec 2024 19:16:16 +0000

Add postgres internals docs

Diffstat:
Mdb/postgres/doc.go | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/db/postgres/doc.go b/db/postgres/doc.go @@ -1,2 +1,4 @@ // Package postgres is a Postgres database backed implementation of the db.Db interface. +// +// The postgres implementation of the vise key-value store uses two data columns of type `BYTEA` for each key and value, aswell as an `updated` field of type `TIMESTAMP` that is set to the current time when an update is made.that is set to the current time when an update is made. package postgres