Reputation: 6547
I want to develop a standalone WPF client application with NO-SQL database.
Are there any self-contained / serverless / zero-configuration NO-SQL databases?
Alternatively, are there any NO-SQL databases that can be configured to deploy and run on a "client-side"? meaning totally automatically without having to manually install/configure them?
Upvotes: 2
Views: 2165
Reputation: 2323
Here is one that is written entirely in c#: http://siaqodb.com/
Upvotes: 1