go-vise

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

doc.go (390B)


      1 // Package postgres is a Postgres database backed implementation of the db.Db interface.
      2 //
      3 // 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.
      4 package postgres