Learn how to configure Drizzle for local and deployed databases using PostgreSQL. Set up a local PostgreSQL server using Docker Compose, configure the database adapter for local mode, generate a schema, and execute migrations to align the database with the schema.
Table of contents
Configuring DrizzleGetting your connection stringCreating the database connectionCreating database tablesConclusion11 Impressions