Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "src/dialects"

Index

Enumerations

Classes

Interfaces

Type aliases

Type aliases

DBColumn

DBColumn: object

Type declaration

  • column_name: any
  • data_type: any
  • is_nullable: any

QueryResult

QueryResult: object

Type declaration

  • error: any
  • rows: Array<any>