What would be the best way to create a new empty database on a local RavenDB 3.5 server without using Raven Studio interactively?
Smuggler says it does not support auto-creating databases during import and that I need to ensure the database is already created.
Can I somehow achieve this from C# code via RavenDB.Client API? Or any other way?
Thanks!