awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • cyclejs/cyclejsC

    cyclejs/cyclejs

    10,229Voir sur 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
    Voir sur GitHub↗10,229
  • pgadmin-org/pgadmin4Avatar de pgadmin-org

    pgadmin-org/pgadmin4

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

Explorer les sous-tags

  • 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