Zero Config

Automatically add database connections found in .env and web.config files, or supported .db files.

How It Works

Config Files

DBCode looks for connection strings in two primary types of configuration files in the root folder.

  1. .env
  2. web.config

When DBCode finds and successfully parses a connection string in these files it will automatically be added as a connection.

Compatiable .db files

If a compatiable .db file for a supported database is found in the root directory, it will automatically be added as a connection.

Discovered Connections

These discovered connections are indicated by a compass icon (🧭), making them easy to identify and manage.

Additional Config Types

We know there are many other configuration file types and formats out there.

Let us know if there are others you need added.