This adaptor works with Postgres, MySQL or SQLite databases.
To use this adaptor, make sure you have the DATABASE_URL environment variable set to the database url for your chosen database.
DATABASE_URL
Example:
DATABASE_URL="postgresql://username:password@localhost:5432/crabfit"