Dzoukr / CosmoStore

F# Event store for Azure Cosmos DB, Table Storage, Postgres, LiteDB & ServiceStack
MIT License
168 stars 21 forks source link

code refactored to resue the functions #21

Closed kunjee17 closed 5 years ago

kunjee17 commented 5 years ago

Separated the functions to reuse them in to multiple projects. It will make it easier to add more store support in future.

Dzoukr commented 5 years ago

Thanks!