Create a `testhelpers` package that exports utilities to make it easier for writing tests. Suggested functions: - ReadDB - For reading a database from a directory and returning all records in a slice - SeedDB - For seeding a database with a few records