Skip to content

implement r/w operations w/ postgres for site and core schemas

Administrator requested to merge split-schema-db into management-console

Created by: ggilmore

This PR creates a pkg/conf/confdb that contains methods to read/write both the core and site configurations to postgres. This logic lives in its own subpackage so that this implementation can be shared by both frontend and the separate management console.

Merge request reports

Loading