Skip to content

pyaccesskit.schema

pyaccesskit.schema

Immutable, validated specifications of database schema objects.

Specs are plain Python values (Pydantic models): they never touch Access. Collections such as db.tables turn them into real objects, and introspection turns real objects back into specs.