Frame.dev
GitHub
NPM
Preparing search index...
The search index is not available
SQL Storage Adapter - v0.4.2
SQL Storage Adapter
TableSchema
Interface TableSchema
Table schema information.
interface
TableSchema
{
name
:
string
;
columns
:
ColumnInfo
[]
;
primaryKeys
?:
string
[]
;
indexes
?:
IndexInfo
[]
;
}
Index
Properties
name
columns
primary
Keys?
indexes?
Properties
name
name
:
string
columns
columns
:
ColumnInfo
[]
Optional
primary
Keys
primary
Keys
?:
string
[]
Optional
indexes
indexes
?:
IndexInfo
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
columns
primary
Keys
indexes
Frame.dev
GitHub
NPM
SQL Storage Adapter - v0.4.2
Loading...
Table schema information.