ORM
Ctrlk
  • Introduction
  • Basics of Usage
  • Configuration
  • Core Features
  • Advanced Usage
  • Examples and templates
  • Security
    • Query parameterization and protection against SQL injections
    • Logging
    • Monitoring
    • Sanitization
  • ORM-CLI
    • Installing
    • Commands and usage
  • System architecture and implementation
    • Support of various databases
    • Decorators
    • Migrations
    • QueryBuilder
    • Caching
    • File structure
  • API
    • Decorators
      • Column
      • ComputedColumn
      • Index
      • ForeignKey
      • PrimaryGeneratedColumn
      • Relations
      • Table
      • Trigger
      • Types decorators
    • DDL
    • QueryBuilder
    • Additional API
Powered by GitBook
On this page
  1. API

Decorators

In this section I will describe all the decorators

ColumnComputedColumnIndexForeignKeyPrimaryGeneratedColumnRelationsTableTriggerTypes decorators
PreviousFile structureNextColumn