Info
Version: | 6.1.0 |
Author(s): | EzTools Software |
Last Update: | Friday, May 22, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.eztools-software.com/tools/FileDb/default.asp |
NuGet Url: | https://www.nuget.org/packages/FileDbRt.Net |
Install
Install-Package FileDbRt.Net
dotnet add package FileDbRt.Net
paket add FileDbRt.Net
FileDbRt.Net Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
- Stores one table per file, including its index
- Extremely small size DLL
- Encryption fully supported - easily encrypt your data
- 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.