package
0.0.0-20220420140229-c7e37ab8f955
Repository: https://github.com/nao1215/egsql.git
Documentation: pkg.go.dev

# Functions

LoadCatalog reads a catalog file and returns its contents as a Catalog pointer.
NewEmtpyCatalog return Catalog pointer.
SaveCatalog persists the system catalog as `catalog.db`.

# Variables

ErrParseCatalogFile means that parsing of the catalog file (json file) failed.
ErrSaveCatalogFile means that saving of the catalog file (json file) failed.

# Structs

Catalog is the top-level structure for data storage.