Skip to main content
Module

x/typeorm/src/decorator/Index.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/decorator/Index.ts";

Functions

Creates a database index. Can be used on entity property or on entity. Can create indices with composite columns when used on entity.