1. Add `DATABASE_DIALECT` environment variable that accepts any supported Sequelize dialect 2. Add any relevant configuration environment variables for that dialect 3. Document the new environment variables 4. Default to `sqlite3` in the example.env file and use a local file path
DATABASE_DIALECTenvironment variable that accepts any supported Sequelize dialectsqlite3in the example.env file and use a local file path