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

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

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

2 个仓库

Awesome GitHub RepositoriesDriver Integrations

Bridges between application logic and environment-specific interfaces using specialized driver modules.

Distinct from External API Integrations: Specifically addresses the 'driver' pattern of functional reactive frameworks, distinct from generic REST API integrations.

Explore 2 awesome GitHub repositories matching web development · Driver Integrations. Refine with filters or upvote what's useful.

Awesome Driver Integrations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cyclejs/cyclejsC

    cyclejs/cyclejs

    10,229在 GitHub 上查看↗

    Cycle.js is a functional reactive web framework and observable-driven UI library used for building web applications. It employs a reactive stream architecture that treats the document object model and side effects as continuous data streams, coordinating state and logic through a functional cycle. The framework distinguishes itself by isolating side effects from core logic using a system of drivers. This architecture maps external events to internal commands through a symmetric input-output pipeline, ensuring that the application remains a cycle of pure functions. The project provides capabi

    Connects external input and output sources to bridge application logic with environment specific interfaces.

    TypeScript
    在 GitHub 上查看↗10,229
  • pgadmin-org/pgadmin4pgadmin-org 的头像

    pgadmin-org/pgadmin4

    3,673在 GitHub 上查看↗

    pgAdmin 4 is a web-based management platform used for configuring, querying, and administering PostgreSQL database servers and their internal objects. It provides a graphical interface for performing database operations and a dedicated tool for writing and executing SQL queries with visual result sets. The application supports multi-user database management, allowing it to be deployed as a networked server where multiple authenticated users can manage shared PostgreSQL database clusters. Alternatively, it can be run as a standalone local desktop application. The platform covers core administ

    Integrates low-level PostgreSQL drivers to execute SQL commands and retrieve result sets from the database.

    Python
    在 GitHub 上查看↗3,673
  1. Home
  2. Web Development
  3. External API Integrations
  4. Driver Integrations

探索子标签

  • DatabaseLow-level connectivity modules that enable application logic to communicate with specific database engines. **Distinct from Driver Integrations:** Focuses on the database-specific driver pattern rather than general functional reactive framework driver integrations