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
·

5 repository-uri

Awesome GitHub RepositoriesInteractive Query Development

Tools for iteratively writing and testing SQL statements with real-time assistance.

Distinct from SQL Query Builders: Focuses on the interactive development experience (autocomplete, testing) rather than programmatic query building.

Explore 5 awesome GitHub repositories matching part of an awesome list · Interactive Query Development. Refine with filters or upvote what's useful.

Awesome Interactive Query Development GitHub Repositories

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

    dbcli/pgcli

    13,231Vezi pe GitHub↗

    pgcli is an interactive command-line interface and database management tool for PostgreSQL. It functions as an interactive SQL shell and query editor that allows users to inspect schemas, manage connections, and run queries against PostgreSQL data sources. The tool is distinguished by its real-time, schema-aware autocompletion for keywords, tables, and columns, as well as dynamic SQL syntax highlighting. It provides safety mechanisms through transaction-aware guardrails that warn against or block destructive statements when no active transaction is detected. Broad capabilities include secure

    Supports writing and testing complex SQL statements with real-time autocompletion of table and column names.

    Pythondatabasepostgrespostgresql
    Vezi pe GitHub↗13,231
  • studio3t/robomongoAvatar Studio3T

    Studio3T/robomongo

    9,369Vezi pe GitHub↗

    RoboMongo is a cross-platform database manager and graphical interface for administering MongoDB databases. It serves as a shell integrated development environment and query tool for managing NoSQL data stores and exploring collections across multiple server instances. The application provides a visual environment for writing and executing modern JavaScript scripts and native shell commands. It includes capabilities for running aggregate queries with paginated results and supports side-by-side views for comparing data outputs. The tool covers remote database connectivity through SSH tunnelin

    Ships a visual environment for writing and executing JavaScript queries and aggregation pipelines against MongoDB.

    C++
    Vezi pe GitHub↗9,369
  • github/codeqlAvatar github

    github/codeql

    9,252Vezi pe GitHub↗

    CodeQL is a semantic code analysis engine and vulnerability scanning tool that treats source code as data. It utilizes a static analysis query language to define complex patterns and security vulnerabilities within a code graph database. The system represents source code as a relational database, enabling the execution of structural queries and data flow analysis. This approach allows for the detection of security flaws and coding errors across large-scale repositories. The tool provides capabilities for automated code auditing, static analysis security testing, and custom vulnerability dete

    Provides an interactive environment for writing and testing scanning logic with intelligent completion and navigation.

    CodeQLcodeqlgithub-advanced-securitygithub-security-lab
    Vezi pe GitHub↗9,252
  • graphql-hive/graphql-yogaAvatar graphql-hive

    graphql-hive/graphql-yoga

    8,523Vezi pe GitHub↗

    Yoga is a GraphQL server framework and runtime-agnostic HTTP handler used to build and deploy GraphQL APIs. It functions as a toolkit for managing schemas and resolvers, providing a spec-compliant environment for hosting APIs across diverse JavaScript runtimes, including Node.js, Deno, Bun, and serverless cloud environments. The project distinguishes itself through its ability to act as an Apollo Federation gateway, composing multiple subgraphs into a single unified supergraph. It also serves as a dedicated subscription server, delivering real-time data streaming via both WebSockets and Serve

    Provides an integrated in-browser environment for iteratively writing, validating, and testing GraphQL queries.

    TypeScriptbundenofetch
    Vezi pe GitHub↗8,523
  • velocidex/velociraptorAvatar Velocidex

    Velocidex/velociraptor

    3,769Vezi pe GitHub↗

    Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o

    Provides an interactive notebook environment for iteratively writing and testing custom query logic.

    Godigital-forensicsendpoint-discoveryendpoint-protection
    Vezi pe GitHub↗3,769
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. SQL Query Builders
  5. Interactive Query Development

Explorează sub-etichetele

  • NoSQL Query EditorsInteractive environments for writing and testing queries against non-relational databases. **Distinct from Interactive Query Development:** Extends interactive query development to NoSQL/MongoDB specifically, rather than SQL statements.