The testing story

Hey all!

What’s the current story with testing that relies on use of the db e.g. Seeding/Migrating within tests to ensure there is data for tests?

I couldn’t find any examples after some googling and was having some trouble finding the right setup commands to

  1. Setup a fresh in memory instance
  2. Connect to it from a test
  3. Run migrations
  4. Seed with a sql file

Is this supported atm? Or future work.