FruityFoundation/FruityFoundation.Tests.DataAccess.Abstractions.FSharp
Kyle 0b4f638cb9
feat: factor connection factory into Sqlite package
BREAKING CHANGE: The previous abstraction was confusing/misleading and was forcefully registering all connections as transient.

These changes invert the relationship a bit and change the injectable INonTransactionalDbConnection<TConnectionType> into scoped. It also allows us to provide an explicit connection factory for Sqlite and an extension method that's easier to use while preserving the very slim nature of the core data access package.
2024-07-11 20:12:07 -04:00
..
FruityFoundation.Tests.DataAccess.Abstractions.FSharp.fsproj feat: factor connection factory into Sqlite package 2024-07-11 20:12:07 -04:00
Program.fs feat: add FSharp database abstraction layer 2024-07-05 22:35:45 -04:00
ReadOnlyDbTests.fs feat: add FSharp database abstraction layer 2024-07-05 22:35:45 -04:00
ReadWriteDbTests.fs feat: add FSharp database abstraction layer 2024-07-05 22:35:45 -04:00