brettg
NuGet publisher profile
Packages (3)
FileDb.NET
Local database for .NET
FileDb.Standard
A portable NoSql database for .NET applications with a single table per file. The field types are native CLR types, and arrays of the same, eg: Int32, Boolean, Byte[]. Multiple databases can be joined using LINQ.
FileDbPcl.NET
FileDb is a free to use simple NoSQL database Portable Class Library for .NET - Stores one table per file, including its index - Extremely small size DLL - Supports field types Int, UInt, Bool, String, Byte, Float, Double and DateTime and also arrays of the same types - Index supports a single Primary Key field (optional) - Ideal cross-platform database for mobile phone development using Xamarin - FileDb is VERY FAST - FileDb is FREE to use in your applications - Use with LINQ to Objects to achieve full relational capability - Supports typed datasets, so you can use either the built-in Table or your own POCO objects (Plain Old Class Object). FULL SOURCE CODE AVAILABLE