2 مستودعات
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.
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.
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.