@gavinhsmith/simpledb
lib/convert
Primative
Type Alias Primative<T>
Primative
:
T
extends
"NULL"
?
null
:
T
extends
"INTEGER"
|
"REAL"
?
number
:
T
extends
"CHAR(1)"
?
boolean
:
string
Primative types that coralate to their SQLType.
Type Parameters
T
extends
SQLType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@gavinhsmith/simpledb
Primative types that coralate to their SQLType.