NocoBase API 参考
@nocobase/auth
@nocobase/cache
@nocobase/app
- TZ
- APP_ENV
- APP_KEY
- APP_PORT
- API_BASE_PATH
- API_BASE_URL
- CLUSTER_MODE
- PLUGIN_PACKAGE_PREFIX
- DB_DIALECT
- DB_HOST
- DB_PORT
- DB_DATABASE
- DB_USER
- DB_PASSWORD
- DB_TABLE_PREFIX
- DB_UNDERSCORED
- DB_LOGGING
- LOGGER_TRANSPORT
- LOGGER_LEVEL
- LOGGER_MAX_FILES
- LOGGER_MAX_SIZE
- LOGGER_FORMAT
- CACHE_DEFAULT_STORE
- CACHE_MEMORY_MAX
- CACHE_REDIS_URL
- TELEMETRY_ENABLED
- TELEMETRY_METRIC_READER
- TELEMETRY_TRACE_PROCESSOR
@nocobase/cli
@nocobase/client
@nocobase/database
- 概览
- 构造函数
- 实例成员
nametypedataTypeoptionscontext- 配置方法
on()off()bind()unbind()get()merge()remove()- 数据库方法
removeFromDb()existsInDb()- 内置字段类型列表
'boolean''integer''bigInt''double''real''decimal''string''text''password''date''time''array''json''jsonb''uuid''uid''formula''radio''sort''virtual''belongsTo''hasOne''hasMany''belongsToMany'
- 通用运算符
$eq$ne$is$not$col$in$notIn$empty$notEmpty- 逻辑 运算符
$and$or- 布尔类型字段运算符
$isFalsy$isTruly- 数字类型字段运算符
$gt$gte$lt$lte$between$notBetween- 字符串类型字段运算符
$includes$notIncludes$startsWith$notStatsWith$endsWith$notEndsWith$like$notLike$iLike$notILike$regexp$notRegexp$iRegexp$notIRegexp- 日期类型字段运算符
$dateOn$dateNotOn$dateBefore$dateNotBefore$dateAfter$dateNotAfter- 数组类型字段运算符
$match$notMatch$anyOf$noneOf$arrayEmpty$arrayNotEmpty- 关系字段类型运算符
$exists$notExists

