awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesLINQ-Enabled Stores

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.

Awesome LINQ-Enabled Stores GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • litedb-org/litedblitedb-org 的头像

    litedb-org/LiteDB

    9,409在 GitHub 上查看↗

    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.

    C#databasedotnethacktoberfest
    在 GitHub 上查看↗9,409
  1. Home
  2. Data & Databases
  3. Document Databases
  4. LINQ-Enabled Stores