Namespace DbExport.Providers.Access

Classes

AccessSchemaBuilder

Responsible for building and exporting database schema and data for Access databases. Implements the IVisitor interface to support the visiting pattern for database schema elements. Handles schema creation, data export, foreign keys, indexes, identities, primary keys, and more based on configuration.

AccessSchemaProvider

Provides schema extraction and metadata retrieval functionalities for Microsoft Access databases. Implements the ISchemaProvider interface specific to the Access database provider.