thenerve

Crates.iothenerve
lib.rsthenerve
version0.1.0
sourcesrc
created_at2023-08-13 14:48:18.431035
updated_at2023-08-13 14:48:18.431035
descriptiondatabase schema diff-er
homepage
repositoryhttps://github.com/otherwisemaximum/thenerve
max_upload_size
id943368
size3,025
VT (otherwisemaximum)

documentation

README

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
Commit count: 3

cargo fmt