hhblaze / DBreeze

C# .NET NOSQL ( key value store embedded ) ACID multi-paradigm database management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any chance for a client UI

xumix opened this issue · comments

commented

like Mongo viewer or management studio?

Due to DBreeze specific to store heterogeneous data in keys and in values, we don't see an abillity to create universal viewer.
Only programmer knows the schema.
So, IDE + .NET language or, probably, LinqPad can help.

commented

I see, ok, thank you!

Normally, we should instantiate DBreeze engine once... but in case with LinqPad it must be done in the beginning of main() and disposed in the end...