Database

Intro

In the file @config/database.ts you can set the config of the database

Example

The next example is the default configuration

export default {
    driver: 'prisma',
}

Usage

Table of Contents