Skip to content

A no-sql .NET database which implements a single table per file with a primary key. Field types are .NET CLR types, eg. String, Int32, Boolean, etc.

License

Notifications You must be signed in to change notification settings

eztools-software/FileDb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileDb

A no-sql .NET database which implements a single table per file.

FileDb is a free to use simple NoSQL database for .NET. The Standard.NET version allows cross-platform use across Windows, Xamarin Mac, Android and IOS. Use FileDb in your .NET and mobile phone applications where you need a simple, searchable, updatable local database.

  • 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)
  • Database Explorer tool available at http://eztools-software.com/tools/FileDb/Explorer.asp

About

A no-sql .NET database which implements a single table per file with a primary key. Field types are .NET CLR types, eg. String, Int32, Boolean, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages