awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Database Workflow Automation · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesDatabase Workflow Automation

Tools for scheduling and executing repetitive database maintenance tasks in the background.

Distinguishing note: Focuses on background process management rather than interactive task execution.

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

  1. Home
  2. Data & Databases
  3. Database Workflow Automation

Awesome Database Workflow Automation GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • dbeaver/dbeaver

    dbeaver/dbeaver

    48,740View on 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

    Schedules repetitive database operations to run as background processes for improved efficiency.

    Javaaicopilotdatabase
    48,740View on GitHub↗
  • prisma/prisma

    prisma/prisma

    45,355View on GitHub↗

    Prisma is a database toolkit that provides a unified access layer for interacting with relational and document databases. It centers on a declarative schema modeling approach, where developers define their data structures in a human-readable language. This schema serves as the single source of truth, from which the toolkit automatically generates type-safe database clients that provide compile-time validation and editor autocomplete for all data operations. The project distinguishes itself through a high-performance, Rust-based query engine that handles query planning and connection pooling o

    Simplifies common data access tasks through automated tools that keep operations consistent across the development lifecycle.

    TypeScriptcockroachdbdatabasejavascript
    45,355View on GitHub↗