Commit Graph

6 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
d745706082
feat: add FSharp database abstraction layer
I don't love having separate modules for ReadOnly vs. ReadWrite connections, but F# doesn't support covariance, so this is the best I could come up with for now.
2024-07-05 22:35:45 -04:00
Kyle Ratti
df73060f99
ci: include data access in publish 2024-06-23 22:41:02 -04:00
Kyle Ratti
c3598a61ed
build: include .NET 8 2023-12-17 13:47:03 -05:00
Kyle Ratti
0e7e161327
1.3.0 2023-08-01 22:32:23 -04:00
Kyle Ratti
7a4c9ffa58
build: automatic versioning and publishing 2022-11-30 23:40:31 -05:00