supercharge/framework

Migrate database tests to SQLite

Closed this issue · 1 comments

At this point, the database package uses MySQL. The underlying knex package supports SQlite. Using SQLite instead of MySQL removes an extra dependency. SQlite is file based and doesn’t need a running MySQL instance.

Resolved with cfb2c8d