awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesPersistent Relational Storage

Relational database storage implementations that persist data across execution environments.

Distinct from SQLite Storage Adapters: Focuses on the persistent storage capability of SQLite rather than just the driver adapter.

Explore 4 awesome GitHub repositories matching data & databases · Persistent Relational Storage. Refine with filters or upvote what's useful.

Awesome Persistent Relational Storage GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • supermemoryai/cloudflare-saas-stackالصورة الرمزية لـ supermemoryai

    supermemoryai/cloudflare-saas-stack

    3,725عرض على GitHub↗

    This project is a full-stack TypeScript template and boilerplate designed for bootstrapping software-as-a-service applications on a global edge network. It provides a pre-configured foundation that integrates a frontend framework, styling library, and database tools to accelerate the development of serverless applications. The stack is distinguished by its focus on type-safe cloud infrastructure, using automatic type generation for environment variables and resource bindings. It enables a consistent development workflow through local emulation of cloud bindings, ensuring that behavior remains

    Provides persistent relational storage using a distributed SQLite-based database at the edge.

    TypeScriptcloudflarecloudflare-saas-stack
    عرض على GitHub↗3,725
  • cloudflare/workers-rsالصورة الرمزية لـ cloudflare

    cloudflare/workers-rs

    3,337عرض على GitHub↗

    The Cloudflare Workers Rust SDK is a toolchain and framework for building high-performance serverless functions using Rust. It compiles code into WebAssembly modules that execute within a sandboxed host environment at the edge. The project provides a typed remote procedure call system for invoking functions across different worker instances and utilizes procedural macros for mapping these distributed interfaces. It uses trait-based bindings and standardized wrappers to provide type-safe access to platform services and web-standard request and response objects. The SDK covers a broad range of

    Provides persistent relational storage and SQL query capabilities through a serverless SQLite interface.

    Rustcloudflareffirust
    عرض على GitHub↗3,337
  • ibm/mcp-context-forgeالصورة الرمزية لـ IBM

    IBM/mcp-context-forge

    3,310عرض على GitHub↗

    mcp-context-forge is a Model Context Protocol federation gateway that unifies diverse AI tool servers and APIs into a single consistent interface for discovery and execution. It acts as a centralized proxy that aggregates multiple servers and APIs, allowing AI agents to access and invoke a unified set of tools, prompts, and resources. The project distinguishes itself through a multi-protocol translation bridge that converts communication between standard I/O, SSE, gRPC, and REST to enable interoperability between disparate tool servers. It includes a comprehensive LLM evaluation framework for

    Improves database interaction speeds using prepared statements and binary COPY protocols.

    Pythonagentsaiapi-gateway
    عرض على GitHub↗3,310
  • ddworken/hishtoryالصورة الرمزية لـ ddworken

    ddworken/hishtory

    3,027عرض على GitHub↗

    Hishtory is a shell command database and terminal history search tool that captures, records, and manages historical shell sessions. It functions as a synchronized history manager, providing a terminal interface to filter and search saved commands by text, host, user, or date. The project distinguishes itself by integrating large language models to suggest probable shell commands when traditional history searches fail to find a result. It also provides cross-device history synchronization, mirroring command history between a local terminal and a remote backend. The system covers command line

    Uses a local SQLite database to persist shell command metadata and execution timestamps.

    Gobashclifish
    عرض على GitHub↗3,027
  1. Home
  2. Data & Databases
  3. SQLite Storage Adapters
  4. Persistent Relational Storage

استكشف الوسوم الفرعية

  • Persistence AccelerationTechniques for increasing the speed of data persistence through optimized protocols and statement execution. **Distinct from Persistent Relational Storage:** Focuses on the speed of interaction (prepared statements, binary COPY) rather than the general existence of relational storage.