Commit Graph

11 Commits

Author SHA1 Message Date
Kyle Ratti
ad62629a1d
feat: add F# tryQueryFirst 2024-09-05 23:03:43 -04:00
github-actions[bot]
e8e0ea8f60 chore(release): 2.0.0 2024-07-12 00:16:40 +00:00
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
github-actions[bot]
7482f08b4f chore(release): 1.12.1 2024-07-06 03:07:00 +00:00
github-actions[bot]
bf02139d64 chore(release): 1.12.0 2024-07-06 02:37:45 +00:00
github-actions[bot]
44b978309a chore(release): 1.11.0 2024-07-06 00:06:32 +00:00
Kyle
6cbccd3d7d
feat: add data access DI helper 2024-07-05 20:03:12 -04:00
github-actions[bot]
d079f12b16 chore(release): 1.10.0 2024-06-24 02:46:18 +00:00
Kyle Ratti
90c0740778
fix: add missing version node 2024-06-23 22:45:06 -04:00
Kyle Ratti
f169ca3287
fix: include license file 2024-06-23 22:29:43 -04:00
Kyle Ratti
1266932d4e
feat: make data access layer generic 2024-06-23 22:27:05 -04:00