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

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

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

7 个仓库

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

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

    dbeaver/dbeaver

    50,678在 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
    在 GitHub 上查看↗50,678
  • sqlitebrowser/sqlitebrowsersqlitebrowser 的头像

    sqlitebrowser/sqlitebrowser

    23,649在 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
    在 GitHub 上查看↗23,649
  • dotnet/efcoredotnet 的头像

    dotnet/efcore

    14,587在 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
    在 GitHub 上查看↗14,587
  • xo/usqlxo 的头像

    xo/usql

    10,014在 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
    在 GitHub 上查看↗10,014
  • dbgate/dbgatedbgate 的头像

    dbgate/dbgate

    6,769在 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
    在 GitHub 上查看↗6,769
  • alibaba/alisqlalibaba 的头像

    alibaba/AliSQL

    5,706在 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
    在 GitHub 上查看↗5,706
  • datlechin/tableprodatlechin 的头像

    datlechin/TablePro

    4,471在 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
    在 GitHub 上查看↗4,471
  1. Home
  2. Data & Databases
  3. Database Task Automation

探索子标签

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