galeone/bacup

Missing services: MySql/MariaDB

Open

#5 opened on Apr 2, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (6 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (36 stars)
PR merge metrics
 (PR metrics pending)

Description

Another very common database used server-side is MariaDB/MySQL.

Similar to the PostgreSQL type, this new type must implement the Service trait and only depend on the system commands for doing the dump. Do not depend on libraries DB specific.

Contributor guide