4 مستودعات
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.
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.
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.
Records هي مجموعة من الأدوات التي توفر مكتبة عميل قاعدة بيانات SQL، ومدير معاملات، وأدوات للوصول إلى سطر الأوامر وتصدير البيانات. تعمل كغلاف بطبقة رقيقة ينفذ استعلامات SQL الخام مقابل قواعد البيانات العلائقية لاسترجاع النتائج بتنسيقات بيانات مبسطة. يتضمن المشروع واجهة سطر أوامر لتشغيل استعلامات قاعدة البيانات وأداة تصدير بيانات مخصصة تحول نتائج الاستعلام العلائقي إلى ملفات CSV أو JSON أو Excel للتحليل الخارجي. تغطي المكتبة إدارة قاعدة البيانات العلائقية من خلال التحكم في المعاملات الذرية مع دعم الالتزام والتراجع. تتعامل مع الأمان عبر معلمات SQL لمنع ثغرات الحقن وتتضمن قدرات لتنفيذ الاستعلام المجمع لتقليل عبء الشبكة.
Provides a command-line interface for executing database queries and piping results to external files or consoles.
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.