#database-migrations #migration #database-schema #cli

app thenerve

database schema diff-er

1 unstable release

0.1.0 Aug 13, 2023

#102 in #database-schema

MIT license

2KB

thenerve

Crates.io Documentation

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

No runtime deps