Skip to content

Commit

Permalink
docs: enhance README with version and license badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Kremilly committed Dec 7, 2024
1 parent 977ff1c commit e6542a9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<div align='center'><img src='https://camo.githubusercontent.com/bba1e2629a190a9a11efa835abf931ffd18488d4479ab45898a93c899d59fa2a/68747470733a2f2f692e696d6775722e636f6d2f4e376d573934332e706e67'/></div>
<div align='center'>
<img src='https://camo.githubusercontent.com/bba1e2629a190a9a11efa835abf931ffd18488d4479ab45898a93c899d59fa2a/68747470733a2f2f692e696d6775722e636f6d2f4e376d573934332e706e67'/>
</div>

<div align='center'>
<img src='https://img.shields.io/crates/v/dumpsync?style=flat-square&logo=rust'/>
<img src='https://img.shields.io/crates/l/dumpsync?style=flat-square'/>
</div>

DumpSync is a lightweight tool designed for efficiently dumping and restoring MySQL databases. Whether you need to create backups, restore databases, or transfer data between servers, DumpSync provides a simple and automated solution.

Expand Down

0 comments on commit e6542a9

Please sign in to comment.