awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dbcli/pgclidbcli 的头像

    dbcli/pgcli

    13,231在 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
    在 GitHub 上查看↗13,231
  • studio3t/robomongoStudio3T 的头像

    Studio3T/robomongo

    9,369在 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++
    在 GitHub 上查看↗9,369
  • github/codeqlgithub 的头像

    github/codeql

    9,252在 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
    在 GitHub 上查看↗9,252
  • graphql-hive/graphql-yogagraphql-hive 的头像

    graphql-hive/graphql-yoga

    8,523在 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
    在 GitHub 上查看↗8,523
  • velocidex/velociraptorVelocidex 的头像

    Velocidex/velociraptor

    3,769在 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
    在 GitHub 上查看↗3,769
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. SQL Query Builders
  5. Interactive Query Development

探索子标签

  • 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.