MantisBase v0.3.4
Loading...
Searching...
No Matches
entity_schema.h File Reference

Entity schema builder and management class. More...

#include <vector>
#include <ranges>
#include <algorithm>
#include "entity.h"
#include "entity_schema_field.h"
#include "access_rules.h"
Include dependency graph for entity_schema.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mb::EntitySchema
 Builder class for creating and managing database table schemas. More...
 

Namespaces

namespace  mb
 router.h
 

Detailed Description

Entity schema builder and management class.

Provides methods to define, validate, and manage database table schemas including fields, access rules, and DDL generation.