Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func SaveTableCache ¶
func SaveTableCache(tablesCache TablesCache) error
SaveTableCache writes a table cache to the table cache file
Types ¶
type TablesCache ¶
TablesCache stores an md5 hash of the JSON representation of a table in the schema.json file These hashes are used to skip unchanged models for DAL and Model generation
func LoadTableCache ¶
func LoadTableCache() (TablesCache, error)
LoadTableCache loads the table cache
func NewTablesCache ¶
func NewTablesCache() TablesCache
NewTablesCache is a factory method for TablesCache
Click to show internal directories.
Click to hide internal directories.