Make it dump SQL or something, or hook directly to a test database if you want.
Actually I would probably dump it straight to a SQLite DB (direct 1:1 with their model) or a JSON/BSON file, which can be converted after our model is finally mostly free of changes.
Make it dump SQL or something, or hook directly to a test database if you want.
Actually I would probably dump it straight to a SQLite DB (direct 1:1 with their model) or a JSON/BSON file, which can be converted after our model is finally mostly free of changes.