Skip to content

csharpyoudull/SquirrelDb

Repository files navigation

SquirrelDb

All C# NoSql key value NoSql database.

##Building Ensure that NuGet package restore is enabled to build.

##Usage

#####Server Config In the moc server console application please check app config to set database directory.

<appSettings>
<add key="DatabaseLocation" value="C:\Database\"/>
<add key="ApiHostUrl" value="http://localhost:9000"/>
</appSettings>

#####Create New Bucket Buckets can be created with the C# client (wraps web api) or by using the console "cbucket" command.

The following line will create a bucket named "test-bucket" that has a maximum document size of 300 bytes allowing 10000 entries per backing file before a new file is created.

Example: cbucket test-bucket|300|10000

About

C# No Sql database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages