dbctl-core 0.1.0

A CLI tool to manage Dockerized databases like PostgreSQL, Redis, and MariaDB
Documentation
1
2
3
pub mod engine;

pub use engine::DockerEngine;