Feat
- **naming**: renamed loading id column to id from table_name
- **cli**: added the new command to CLI tool
- **logging**: replaced colorama/prettytable with rich
- **hello_world_docs**: added documentation page for a hello world DBgen model.
- **validation**: validate entity kwargs and change all_id to all_identifying
- **validation**: add required validation when insert=True
Fix
- **query**: many statement parsing and batch query optimizations
- **query**: fixed the parametrized queries
- **dependency**: major fix to dependency tracking
- **validation**: modify validation to only raise required field errors on insert
- **tests**: removed old tests
- **query**: fix bind parameters for where clause
Refactor
- **decorators**: removed the TypeArg class now that Arg is a generic class