Possible documentation improvements #35
Answered
by
coronabytes
andyzukunft
asked this question in
Q&A
-
Hey, I am replacing my current Arango driver (ArangoDB.Client) with yours. I realized that some of the documentation could be improved. Trying to execute queries always returned error 401 from the database. After some try and fail and checking your test code I figured out the following:
Some other documentation questions:
Anyway that's everything I managed to collect on the top of my hat after using your library for roughly 3 hours. Thanks for your great work! Regards, Andy |
Beta Was this translation helpful? Give feedback.
Answered by
coronabytes
Dec 15, 2021
Replies: 1 comment
-
Hi,
var migrationService = new ArangoMigrator(Arango);
await using var fs = File.Create("export.zip", 1024 * 1024);
await migrationService.ExportAsync("source-database", fs, ArangoMigrationScope.Data | ArangoMigrationScope.Structure); Thanks for the feedback - I'll try to integrate this into the readme |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
coronabytes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,