aschampion / schemer

A database schema migration library with DAG dependencies
Apache License 2.0
6 stars 4 forks source link

TestAdapter #2

Closed aschampion closed 6 years ago

aschampion commented 6 years ago

schemer.tests modules should have a mock TestAdapter that just maps in memory which migration IDs have been applied. This allows for testing schemer in the absence of a specific adapter crate.