awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • cyclejs/cyclejsC

    cyclejs/cyclejs

    10,229Vezi pe 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
    Vezi pe GitHub↗10,229
  • pgadmin-org/pgadmin4Avatar pgadmin-org

    pgadmin-org/pgadmin4

    3,673Vezi pe 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
    Vezi pe GitHub↗3,673
  1. Home
  2. Web Development
  3. External API Integrations
  4. Driver Integrations

Explorează sub-etichetele

  • 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