1 dépôt
Document databases that natively support Language Integrated Query for strongly typed data retrieval.
Distinct from Document Databases: Specific to document databases that integrate LINQ for querying, whereas the parent is any document-oriented store.
Explore 1 awesome GitHub repository matching data & databases · LINQ-Enabled Stores. Refine with filters or upvote what's useful.
LiteDB is a serverless NoSQL document store and embedded database engine for .NET applications. It persists unstructured documents and binary data into a single standalone disk file, allowing the database to run within the application process rather than as a separate server. The system supports strongly typed queries through Language Integrated Query and allows the execution of standard SQL commands for data retrieval and transformation. It provides native mapping of plain classes into document formats and secures stored information via symmetric-key file encryption. The engine includes cap
Allows the use of strongly typed LINQ queries to retrieve and filter stored documents.