Skip to content

mathisve/postgresStore

Repository files navigation

postgresStore

Golang library to store objects (byte slices) in Postgres / Timescale.

import "github.com/mathisve/postgresStore"

Example

err = c.UploadObject(postgresStore.Object{
	ObjectName: filename,
	Bytes:      data,
})
if err != nil {
	log.Println(err)
}

About

Store objects in Postgres

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published