Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Dumper & Filler #99

Open
4 tasks
anthonycorletti opened this issue Apr 6, 2015 · 0 comments
Open
4 tasks

SQL Dumper & Filler #99

anthonycorletti opened this issue Apr 6, 2015 · 0 comments

Comments

@anthonycorletti
Copy link
Contributor

These objects will allow us to dump an applications entire database to a .sql file, or fill an empty specified database from a .sql file. Some challenges we will face here are ...

  • how to test whether or not a dump was successful
  • how to test whether or not a fill was successful
  • making sure all database knowledge has been dumped / filled (like functions, calculated columns, triggers, indexing patters, etc are carried over)
  • that filling a database matches the correct schema of an application
This was referenced Apr 6, 2015
@anthonycorletti anthonycorletti modified the milestone: Version 1 Jun 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant