-
Hi, is there any chance to get CosmosDB working under Waterline ORM and sails-mongo adapter?
I just tried to only change the connection string with provided one from MS Azure pointing to CosmosDB ins…
-
### Bug description
Our ecosystem-test for mongodb-azure-cosmosdb is failing since 4.3.0-dev.81
https://github.com/prisma/ecosystem-tests/runs/8069434845?check_suite_focus=true#step:6:490
```
P…
-
Found while working on #541. Per discussion on #577, `SqliteSaver` is ignoring the `newVersions` argument, and as a result it's storing the entire contents of `checkpoint.channel_values` on every call…
-
Suppose I have an entity like this:
```csharp
public class Todo
{
public string Id { get; set; }
public string Title { get; set; }
public bool IsDone { get; set; }
}
```
If th…
-
For example, this from #9536:
```C#
public class Friend
{
public int Id { get; set; }
public string Name { get; set; }
public FullAddress Address { get; set; }
}
public class…
-
Typical use of events published by event store are to maintain materialized views and integration with other systems.
-
We currently always return a non-null instance for complex properties, including when all their columns are null. We may need to add an option to opt into optional complex types, where if all properti…
-
Opening this issue to keep track of other related issues.
* [x] Badger KV (memory/disk) as build-in option https://github.com/jaegertracing/jaeger/pull/760
* [x] ScyllaDB https://github.com/jaeg…
-
When providing a custom name for a database, the `builder.AddPostgresContainer("pg").AddDatabase("postgresdb")` methods do not seem to create the database in the Postgres container. For example, with…
-
It would be awesome to have support for [Azure Cosmos DB](https://docs.microsoft.com/en-us/azure/cosmos-db/).
[Read this](https://docs.microsoft.com/en-us/azure/cosmos-db/introduction) for more inf…