thenerve 0.1.0

database schema diff-er
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# thenerve

[![Crates.io](https://img.shields.io/crates/v/thenerve.svg)](https://crates.io/crates/thenerve)
[![Documentation](https://docs.rs/thenerve/badge.svg)](https://docs.rs/thenerve/)

thenerve is supposed to be a sarcastic name to a cli tool that is supposed to take a SQL file or
a bunch of SQL files and generate a diff with a given database

Current plan is to only support MySQL / Postgresql

Plan
- [ ] Read and parse SQL file to get table info & column info
- [ ] Read from a folder 
- [ ] Read schema from database