Skip to content

MJCZone.DapperMatic.AspNetCore.Repositories

Assembly: MJCZone.DapperMatic.AspNetCore

Classes

NameDescription
DapperMaticDatasourceRepositoryBaseBase class for database-based implementations of IDapperMaticDatasourceRepository.
DatabaseDapperMaticDatasourceRepositoryDatabase-based implementation of IDapperMaticDatasourceRepository that stores datasources in a database table with encrypted connection strings.
FileDapperMaticDatasourceRepositoryFile-based implementation of IDapperMaticDatasourceRepository that stores datasources in a JSON file with encrypted connection strings.

Interfaces

NameDescription
IDapperMaticDatasourceRepositoryRepository for managing DapperMatic database datasource registrations. Provnamees secure storage where connection strings can be added/updated but never retrieved after insertion.