2 repos
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.
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.
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.