MJCZone.DapperMatic.AspNetCore.Repositories
Assembly: MJCZone.DapperMatic.AspNetCore
Classes
| Name | Description |
|---|---|
| DapperMaticDatasourceRepositoryBase | Base class for database-based implementations of IDapperMaticDatasourceRepository. |
| DatabaseDapperMaticDatasourceRepository | Database-based implementation of IDapperMaticDatasourceRepository that stores datasources in a database table with encrypted connection strings. |
| FileDapperMaticDatasourceRepository | File-based implementation of IDapperMaticDatasourceRepository that stores datasources in a JSON file with encrypted connection strings. |
Interfaces
| Name | Description |
|---|---|
| IDapperMaticDatasourceRepository | Repository for managing DapperMatic database datasource registrations. Provnamees secure storage where connection strings can be added/updated but never retrieved after insertion. |