Structs§
- Catalog
- Root catalog of database catalog. It manages all database/schema/table in memory on frontend.
It is protected by a RwLock. Onlycrate::observer::FrontendObserverNodewill acquire the write lock and sync it with the meta catalog. In other situations, it is read only.