Preparing search index...
The search index is not available
Vlodia ORM - v0.1.0
Vlodia ORM
EntityMetadata
Interface EntityMetadata
interface
EntityMetadata
{
name
:
string
;
tableName
:
string
;
target
:
(
new
(
)
=>
any
)
;
columns
:
ColumnMetadata
[]
;
relations
:
RelationMetadata
[]
;
hooks
:
HookMetadata
[]
;
indexes
:
IndexMetadata
[]
;
}
Index
Properties
name
table
Name
target
columns
relations
hooks
indexes
Properties
name
name
:
string
table
Name
table
Name
:
string
target
target
:
(
new
(
)
=>
any
)
Type declaration
new
(
)
:
any
Returns
any
columns
columns
:
ColumnMetadata
[]
relations
relations
:
RelationMetadata
[]
hooks
hooks
:
HookMetadata
[]
indexes
indexes
:
IndexMetadata
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
name
table
Name
target
columns
relations
hooks
indexes
Vlodia ORM - v0.1.0
Loading...