Skip to content

2.0.0 Database Abstractions 馃コ

Choose a tag to compare

@feO2x feO2x released this 26 Oct 07:55
· 33 commits to main since this release
4350ec3

Synntech.MsSqlServer 2.0.0

  • breaking change: moved from Microsoft.Data.SqlClient to System.Data.SqlClient
  • implemented AsyncSession and AsyncReadOnlySession from Synnotech.DatabaseAbstractions
  • these can be instantiated easily via the ISessionFactory<T>
  • use IServiceCollection.AddSessionFactoryFor to easily add registrations to your DI container
  • use IServiceCollection.AddSqlConnection to register a transient SqlConneciton with the specified connection string