I'm trying to create a Database in MongoHQ from C# code. I read that by just calling
server.GetDatabase("DBName");
it creates the DB if it doesn't exist, nevertheless nothing is created.
Is it possible to do what I want to do? I have a free account =/
Thanks in advance