grafeas / grafeas-pgsql

Grafeas with PostgreSQL backend
Apache License 2.0
14 stars 21 forks source link

Move PostgreSQL storage implementation to this project #2

Open aysylu opened 5 years ago

aysylu commented 5 years ago

Currently, it's in grafeas/grafeas: https://github.com/grafeas/grafeas/blob/master/samples/server/go-server/api/server/storage/pgsqlstore.go.

It'd be good to move the implementation to this project and build the server with the corresponding storage.