Open tdikland opened 10 months ago
The ShareStore trait is used to list shares/schemas/tables and get the table storage location.
ShareStore
In this PR we introduce two implementations of this trait. One based on a Postgres database, one based on a YAML file.
Closes #31
The
ShareStore
trait is used to list shares/schemas/tables and get the table storage location.In this PR we introduce two implementations of this trait. One based on a Postgres database, one based on a YAML file.
Closes #31