2 repositorios
Enables retrieval of information from storage systems via graphical or code-based interfaces.
Distinguishing note: Focuses on the user-facing construction of queries, distinct from the underlying translation layer.
Explore 2 awesome GitHub repositories matching data & databases · Data Query Builders. Refine with filters or upvote what's useful.
Metabase is a business intelligence platform designed to connect to various storage systems and relational databases for data exploration, visualization, and reporting. It provides a centralized environment where users can build queries through a graphical interface or raw code, transforming raw information into interactive dashboards and charts. The platform is built to support self-service analytics, allowing non-technical team members to extract insights without requiring deep knowledge of database syntax. The platform distinguishes itself through a metadata-driven modeling layer that abst
Retrieve information from connected storage systems by building queries through a graphical interface or raw code to extract insights.
Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It uses the data mapper and identity map patterns to decouple the in-memory object model from the database schema, allowing developers to manage data persistence without writing manual SQL. The project features a dedicated object-oriented query language and programmatic builder for retrieving data based on entities rather than tables. It implements a unit-of-work system to track object changes during a request and synchronize them via atomic transactions. The capability surface inc
Provides a programmatic query builder and custom language to decouple data retrieval from database schemas.