hgzimmerman / diesel_test_setup

Common utility for setting up databases for testing using Diesel
MIT License
6 stars 1 forks source link

Use a sealed trait to limit implementation to only postgres and mysql #5

Closed hgzimmerman closed 5 years ago

hgzimmerman commented 5 years ago

Well I can't make it sealed, but there is a trait to constrain usage of the API to just Pg and Mysql connections.