FileCanDB 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FileCanDB --version 1.0.0
NuGet\Install-Package FileCanDB -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FileCanDB" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FileCanDB --version 1.0.0
#r "nuget: FileCanDB, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FileCanDB as a Cake Addin
#addin nuget:?package=FileCanDB&version=1.0.0

// Install FileCanDB as a Cake Tool
#tool nuget:?package=FileCanDB&version=1.0.0

A flat file database system that allows you to quickly store any object into a json, bson or encrypted bson file.

Object > Collection > Database
A database can have many collections, and a collection can have many objects.

Go to my github page for basic instructions. This is still a work in progress, but I'm hoping to complete my first project shortly that makaes use of FileCanDB
https://github.com/garethduncan87/FileCanDB

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 1,415 7/4/2015
2.0.0 1,064 5/26/2015
1.0.5 1,059 3/8/2015
1.0.4 1,503 2/28/2015
1.0.3 1,360 2/19/2015
1.0.2 1,255 2/13/2015
1.0.1 1,487 2/10/2015
1.0.0 1,385 2/5/2015

First release.