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
·

4 repository-uri

Awesome GitHub RepositoriesCLI Query Interfaces

Command-line tools for executing database queries and piping results to external files or consoles.

Distinct from Execution Querying: Focuses on non-interactive shell execution of database queries, which is distinct from general workflow execution

Explore 4 awesome GitHub repositories matching development tools & productivity · CLI Query Interfaces. Refine with filters or upvote what's useful.

Awesome CLI Query Interfaces GitHub Repositories

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

    doctrine/orm

    10,172Vezi pe GitHub↗

    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

    Offers a command-line interface for executing DQL or SQL statements directly against the database.

    PHPhacktoberfest
    Vezi pe GitHub↗10,172
  • kennethreitz/recordsAvatar kennethreitz

    kennethreitz/records

    7,217Vezi pe GitHub↗

    Records is a SQL database client designed for executing raw queries and managing result sets through a simplified interface. It provides a parameterized SQL executor to bind values to placeholders, ensuring safe data handling and preventing injection attacks, alongside a database transaction manager for grouping operations into atomic units. The project includes a dedicated command-line interface for running database statements and exporting query results directly to local files. This tooling allows for the conversion of SQL result sets into multiple serialization formats, including CSV, JSON

    Allows users to execute SQL commands and interact with the database through a dedicated command-line interface.

    Pythonforhumanskennethreitzorm
    Vezi pe GitHub↗7,217
  • kennethreitz-archive/recordsAvatar kennethreitz-archive

    kennethreitz-archive/records

    7,219Vezi pe GitHub↗

    Records este o suită de instrumente care oferă o bibliotecă client pentru baze de date SQL, un manager de tranzacții și utilitare pentru accesul din linia de comandă și exportul datelor. Acesta funcționează ca un wrapper subțire care execută interogări SQL brute împotriva bazelor de date relaționale pentru a prelua rezultate în formate de date simplificate. Proiectul include o interfață de linie de comandă pentru rularea interogărilor bazei de date și un instrument dedicat de export al datelor care convertește rezultatele interogărilor relaționale în fișiere CSV, JSON sau Excel pentru analiză externă. Biblioteca acoperă gestionarea bazelor de date relaționale prin controlul tranzacțiilor atomice cu suport pentru commit și rollback. Gestionează securitatea prin parametrizarea SQL pentru a preveni vulnerabilitățile de injecție și include capabilități pentru execuția interogărilor în masă pentru a reduce overhead-ul de rețea.

    Provides a command-line interface for executing database queries and piping results to external files or consoles.

    Python
    Vezi pe GitHub↗7,219
  • memgraph/memgraphAvatar memgraph

    memgraph/memgraph

    4,163Vezi pe GitHub↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    Executes queries from a shell and pipes results to the console or a file.

    C++cyphergraphgraph-algorithms
    Vezi pe GitHub↗4,163
  1. Home
  2. Development Tools & Productivity
  3. CLI Query Interfaces