jet / equinox

.NET event sourcing library with CosmosDB, DynamoDB, EventStoreDB, message-db, SqlStreamStore and integration test backends. Focused at stream level; see https://github.com/jet/propulsion for cross-stream projections/subscriptions/reactions
https://github.com/jet/dotnet-templates
Apache License 2.0
472 stars 68 forks source link

refactor(CosmosStore): Cleanup stored proc initialization #414

Closed bartelink closed 1 year ago

bartelink commented 1 year ago

Cleans up how the library guarantees that the edition of the Sync stored proc required by a given version of the library has been provisioned into the CosmosDB container in question

By @nordfjord