Introductionยค
tinydantic is a wrapper library around TinyDB that enables using Pydantic models to manage documents stored in a TinyDB database. By specifying Python type annotations for each field in a document model, data validation is handled automatically by Pydantic when instantiating a model from the database.