Commit Graph

3 Commits

Author SHA1 Message Date
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
Kyle Ratti
e5ddf60850
deps: upgrade deps 2024-06-23 22:41:02 -04:00
Kyle Ratti
c5d2de1f4a
test: 100% coverage of FsBase 2024-05-03 00:54:10 -04:00