I'm curious how people handle the difference between dev/prod in regards to mirroring schemas and seeding data in the test environment. When writing code I use Alembic and fixtures to create and seed a dev database with Python. Ruby on Rails has that built in. I'm curious if there is a feature I am missing or if people just use a separate script to do this?