Skip to main content

Documentation Index

Fetch the complete documentation index at: https://tygress.io/llms.txt

Use this file to discover all available pages before exploring further.

Installation

Run npm i tygress or yarn add tygress Make sure you have decorators enabled in your tsconfig.json
{
  "compilerOptions": {
    "experimentalDecorators": true,
    "emitDecoratorMetadata": true
  }
}

Existing database

I have a database already

New database

I am creating a database