@gavinhsmith/simpledb
lib/convert
SQLType
Type Alias SQLType
SQLType
:
"NULL"
|
"INTEGER"
|
"REAL"
|
"TEXT"
|
"BLOB"
|
`
CHAR(
${
number
}
)
`
Data types recognized by SQLite.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@gavinhsmith/simpledb
Data types recognized by SQLite.