Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 404 Bytes

File metadata and controls

13 lines (8 loc) · 404 Bytes

SQL Adaptor

This adaptor works with Postgres, MySQL or SQLite databases.

Environment

To use this adaptor, make sure you have the DATABASE_URL environment variable set to the database url for your chosen database.

Example:

DATABASE_URL="postgresql://username:password@localhost:5432/crabfit"