An under-development suite of tools for working with different types of SQL database types, including, but not necessarily limited to, MySQL, MariaDB, Postgres, Microsoft™ SQL Server®, maybe a little Oracle with maybe some SQLite thrown in for good measure.
mssqldump- My attempt at mimicing themysqldumpcommand against MS SQL Servermysqltablerestore- Restore a single table from a mysql dump
mssqldumpprovides support for the most commonly-used objects and attributes. I'm guessing these would cover about 80% of all cases, though I really just made that number up right nowmysqltablerestore- It is incredibly dumb, works only for tables and assumes usage ofmysqldumpto create the dump in the first place
- Better name for the package
- Tests