FSharp.CosmosDb icon indicating copy to clipboard operation
FSharp.CosmosDb copied to clipboard

An F# wrapper around Cosmos DB's .NET SDK to make it more friendly for F# developers

Results 9 FSharp.CosmosDb issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to query a database using linq without directly writing sql. The following syntax would be possible: ```fsharp open FSharp.CosmosDb open Newtonsoft.Json type User...

#65 Adds an operation for linq support using an extended version of the FSharp.Linq.QueryBuilder `query` computational expression called `cosmosQuery`. `CosmosQueryBuilder` extends the standard query syntax by mapping F# functions to...

When doing a replace of an item the value "id" is resolved instead of the value of the property "id" if you haven't added an IdAttribute on the id property....

Fixes #69 by using some conventions to find the ID

This is to implement the new feature suggested in Issue https://github.com/aaronpowell/FSharp.CosmosDb/issues/73 - connection via default identity instead of keys. ### ~Disclaimer~ ~The addition has not been tested as I am...

Do you only support Connection-String connections? Please add support for [identity-based connection](https://learn.microsoft.com/en-us/azure/cosmos-db/managed-identity-based-authentication). In the upstream, this is done using the [`DefaultAzureCredential`](https://learn.microsoft.com/en-us/dotnet/api/azure.identity.defaultazurecredential) class provided by the [`Azure.Identity`](https://learn.microsoft.com/en-us/dotnet/api/azure.identity) client library. This would...

This PR updates this project to the latest versions of the CosmosDB and FSharp. I also applied some code style improvement suggestions provided by Rider.

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies
github_actions