8 repositorios
Utilities for creating, modifying, and deleting database objects such as tables, indexes, and keys.
Distinct from Database Object Editors: None of the candidates cover the destructive 'drop all' functionality for schema resets.
Explore 8 awesome GitHub repositories matching data & databases · Database Object Management. Refine with filters or upvote what's useful.
Chat2DB is an AI-powered SQL client and multi-database GUI manager designed for managing various relational and NoSQL database systems. It serves as a visual database management tool and a natural language to SQL interface, allowing users to convert plain text descriptions into executable and optimized queries. The platform distinguishes itself through automated business intelligence capabilities, which include the generation of real-time data visualization dashboards and AI-driven data analysis from spreadsheets. To ensure data privacy, it supports secure local AI deployment, enabling large
Provides a graphical interface to create and test views, functions, stored procedures, and triggers.
DbGate is a universal database management tool and SQL client that provides a unified interface for querying and administering multiple SQL and NoSQL databases. It functions as a multi-database administration GUI and SQL IDE, allowing users to write and execute scripts and manage database schemas. The project distinguishes itself by acting as an API client and explorer for REST, GraphQL, and OData services, enabling users to fetch and export data from these endpoints. It also serves as a data integration tool, facilitating the movement of records between diverse databases and file formats suc
Allows dropping all objects within a database to reset the schema.
SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a full-featured SQL editor with syntax highlighting, a visual database schema designer for creating entity-relationship diagrams, and a plugin-based extensibility platform that allows adding custom functionality through C/C++, JavaScript, Tcl, or Python. The application distinguishes itself through its multi-language scripting engine, which embeds JavaScript, Tcl, and Python interpreters to enable user-defined functions and scripts within SQL queries. It supports encrypted data
Create, alter, and delete tables, indexes, views, triggers, and other schema elements through a visual editor.
A lightweight client for managing MariaDB, MySQL, SQL Server, PostgreSQL, SQLite, Interbase and Firebird, written in Delphi and Lazarus/FreePascal
Renames, deletes, empties, and modifies tables and views through a switchable column header interface.
Apache Hive is a SQL-on-Hadoop data warehouse that enables querying and managing petabytes of data stored in distributed storage such as HDFS and cloud storage services. It provides a familiar SQL interface for batch analytics and reporting, supported by a core set of components including the HiveServer2 Thrift service for remote query execution, the Hive Metastore Service for central metadata management, the Hive ACID Transaction Engine for concurrent read-write operations, and the Hive LLAP Interactive Engine for low-latency analytical processing. The WebHCat REST API offers an HTTP interfac
Creates, alters, drops, and describes databases, tables, views, functions, indexes, and partitions.
adminMongo is a graphical management tool designed for the administration of MongoDB databases. It provides a visual interface for managing databases, collections, and documents, allowing users to perform administrative tasks such as creating and organizing data structures, managing indexes, and executing queries to retrieve or filter records. The application functions as a cross-platform desktop client, utilizing a containerized environment to provide a standalone experience on major operating systems. It distinguishes itself by integrating server monitoring capabilities, which track perform
Provides a visual interface for creating, deleting, and organizing databases, collections, documents, and indexes.
Esta extensión proporciona una interfaz gráfica unificada para gestionar bases de datos relacionales y NoSQL directamente desde el editor de código. Funciona como un entorno integral para el soporte del ciclo de vida de bases de datos, permitiendo a los usuarios explorar esquemas, ejecutar consultas personalizadas y realizar tareas administrativas en múltiples tipos de servidores. La herramienta destaca por su soporte integrado para conectividad segura, incluyendo túneles SSH y gestión de certificados SSL, junto con capacidades de documentación y visualización automática de esquemas. Facilita operaciones de datos complejas envolviendo utilidades de línea de comandos externas para migraciones y copias de seguridad fiables, a la vez que proporciona generación de datos sintéticos para apoyar los flujos de trabajo de pruebas. La plataforma cubre una amplia gama de funciones de gestión de bases de datos, incluyendo la edición directa de registros de tablas, el historial de consultas y la paginación de resultados para datasets grandes. También incluye utilidades para la gestión de archivos remotos y el monitoreo en tiempo real del estado de las conexiones para garantizar un acceso consistente a los entornos de infraestructura.
Provides a graphical interface for creating, editing, and deleting database objects like tables and procedures.
Creates and configures database sequences as first-class schema objects for auto-incrementing column generation.