Sergey Pismennyi
Sergey Pismennyi
First, you can use such snippet to connet to arango in ASP.NET Core. This snippet gives you the `IConfiguration` and `Action` methods to configure the ArangoDb context to use in...
Will it be merged? I need the *Collection().Truncate() function for tests.
Do u have plans to migrate to .net core 2.0? Any activity in this repo?
@davideicardi Thanks for the answer. I've already done in sync mode. I realized that the targeted .NET Framework was 4.0. And this version does not contain async await. I think...
I must have a unique Id of my record, that I can refer in the other services. I thought that RID is that unique immutable identifier, but it's not. When...
> Exact name of Russian layout? What do you mean? It's just Russian, "ru-ru". It's when 
So. I'm facing the same problem. As I mentioned, in the current architecture there are no possibility to use this feature. I think there should be changes in OClient.CreateDatabasePool(). It...
Use CREATE SEQUENCE idseq TYPE ORDERED.