@Table decorator.
Once you do this we call the class an .
For each column in each table create a field in the class and decorate it with the @Column decorator. Make sure the arguments passed to the @Column decorator match the column attributes in the database.
Every needs to have a .
Example:
/entities/users.ts
Client
Initialize a :tygress-client.ts
Usage
Elsewhere in your application you can run queries like this:index.ts
Migrations
If you want to manage your database using Tygress you should read more about migrations ->Continue reading
Keep learning how to use Tygress