2 Repos
Automated deployment of database servers as managed services within development environments.
Distinct from Database-as-a-Service Tooling: Candidates focus on cloud DBaaS or general PaaS, not the specific act of provisioning a local DB container.
Explore 2 awesome GitHub repositories matching data & databases · Database Provisioning. Refine with filters or upvote what's useful.
Lando is a Docker development environment manager and local development orchestrator used to create isolated application stacks. It functions as a web development stack provisioner that coordinates web servers, databases, and runtimes to ensure consistent environment parity across different operating systems. The project distinguishes itself through recipe-based environment bootstrapping for common stacks such as LAMP, LEMP, and MEAN, as well as dedicated provisioning for CMS platforms like WordPress, Drupal, and Joomla. It further differentiates its capabilities by acting as a remote hosting
Provisions SQL Server and other database platforms as services within a local development environment.
Stellar is a command-line utility designed to manage local PostgreSQL database states by capturing and restoring snapshots. It functions as a development tool that enables rapid environment provisioning and state switching, allowing users to maintain consistent database configurations during iterative testing and debugging cycles. The tool operates by interacting directly with the underlying filesystem rather than relying on traditional database dump and restore processes. It utilizes low-level mechanisms such as atomic pointer swapping, binary manipulation, and zero-copy cloning to create po
Resets local database environments to a known clean state instantly without slow export and import processes.