- change to github actions
- deps update
- deps update
- update to work with latest pg
- Remove all dependencies
- BREAKING CHANGE: promise interface instead callback interface
- BREAKING CHANGE: dropped support for < node 8
- truncate is now default behaviour if type not provided
- cascade on truncate so truncate can be used with relations
- delete only tables from public schema to stop plugins from breaking
- fix trying to delete non existing sequence #4
- added skipTables option
- added options
- added option to pick from delete and truncate
- DEPRECATED:
clean(db, done)
should beclean(options, db, done)