awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesDatabase Task Automation

Systems for scheduling and chaining database operations into automated workflows.

Distinguishing note: Focuses on operational task orchestration rather than simple script execution.

Explore 7 awesome GitHub repositories matching data & databases · Database Task Automation. Refine with filters or upvote what's useful.

Awesome Database Task Automation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • dbeaver/dbeaverAvatar de dbeaver

    dbeaver/dbeaver

    50,678Voir sur GitHub↗

    DBeaver is a universal database client and administration environment designed for managing diverse relational and non-relational database systems. It provides a unified graphical interface that enables users to perform data manipulation, schema migration, and performance monitoring across multiple platforms. By utilizing a standardized driver abstraction layer, the application translates generic requests into database-specific commands, ensuring consistent interaction regardless of the underlying technology. The project distinguishes itself through an extensible, plugin-based architecture th

    Automates database operations by scheduling tasks and grouping actions into workflows.

    Javaaicopilotdatabase
    Voir sur GitHub↗50,678
  • sqlitebrowser/sqlitebrowserAvatar de sqlitebrowser

    sqlitebrowser/sqlitebrowser

    23,649Voir sur GitHub↗

    This application is a desktop utility for managing, editing, and visualizing local database files. It provides a graphical interface for executing SQL queries, designing database structures, and performing routine maintenance tasks on data stores. The software distinguishes itself through its support for encrypted database files, allowing users to manage password-protected data using modular cryptographic extensions. It also offers built-in tools for data analysis, enabling the generation of graphical charts and plots directly from query results to identify trends within datasets. Beyond its

    Automates database maintenance and batch processing tasks through command-line scripting.

    C++c-plus-pluscross-platformdatabase
    Voir sur GitHub↗23,649
  • dotnet/efcoreAvatar de dotnet

    dotnet/efcore

    14,587Voir sur GitHub↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    Provides command-line operations to generate migrations, scaffold models, and manage the lifecycle of database structures during development.

    C#aspnet-productc-sharpdatabase
    Voir sur GitHub↗14,587
  • xo/usqlAvatar de xo

    xo/usql

    10,014Voir sur GitHub↗

    usql is a universal SQL command-line interface used to connect to and manage multiple SQL and NoSQL databases through a single unified tool. It provides a standardized interface for executing queries across various data stores and serves as a multi-database query tool and schema inspector. The tool distinguishes itself by enabling cross-database data migration, allowing users to pipe result sets from one active database connection directly into another. It also features terminal-based data visualization, which renders query results as graphical charts, graphs, and images directly within the t

    Executes sequences of database commands from files or configuration scripts to automate repetitive operations.

    Gocommand-linedatabasego
    Voir sur GitHub↗10,014
  • dbgate/dbgateAvatar de dbgate

    dbgate/dbgate

    6,769Voir sur GitHub↗

    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

    Generates and exports scripts from configured workflows to run database tasks programmatically.

    Sveltecassandraclickhousecockroachdb
    Voir sur GitHub↗6,769
  • alibaba/alisqlAvatar de alibaba

    alibaba/AliSQL

    5,706Voir sur GitHub↗

    AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en

    Executes operations such as checking upgrade readiness and importing JSON data using built-in utility objects.

    C++alisqldatabaseduckdb
    Voir sur GitHub↗5,706
  • datlechin/tableproAvatar de datlechin

    datlechin/TablePro

    4,471Voir sur GitHub↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Integrates with external tools via standard protocols to automate database query execution and workflows.

    Swift
    Voir sur GitHub↗4,471
  1. Home
  2. Data & Databases
  3. Database Task Automation

Explorer les sous-tags

  • Database Utility TasksBuilt-in operations for checking upgrade readiness and importing data into the database. **Distinct from Database Task Automation:** Distinct from Database Task Automation: focuses on specific utility operations like upgrade checks and JSON imports, not general workflow scheduling.