Overview
@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
- Overview
- Constructor
- Instance Members
optionscontextnamedbfilterTargetKeyisThroughmodelrepository- Field Configuration Methods
getField()setField()setFields()removeField()resetFields()hasField()findField()forEachField()- Index Configuration Methods
addIndex()removeIndex()- Collection Configuration Methods
remove()- Database Operation Methods
sync()existsInDb()removeFromDb()
- Overview
- Constructor
- Instance Members
nametypedataTypeoptionscontext- Configuration Methods
on()off()bind()unbind()get()merge()remove()- Database Methods
removeFromDb()existsInDb()- List of Built-in Field Types
'boolean''integer''bigInt''double''real''decimal''string''text''password''date''time''array''json''jsonb''uuid''uid''formula''radio''sort''virtual''belongsTo''hasOne''hasMany''belongsToMany'
- General Operators
$eq$ne$is$not$col$in$notIn$empty$notEmpty- Logical Operators
$and$or- Boolean Field Operators
$isFalsy$isTruly- Numeric Field Operators
$gt$gte$lt$lte$between$notBetween- String Field Operators
$includes$notIncludes$startsWith$notStatsWith$endsWith$notEndsWith$like$notLike$iLike$notILike$regexp$notRegexp$iRegexp$notIRegexp- Date Field Operators
$dateOn$dateNotOn$dateBefore$dateNotBefore$dateAfter$dateNotAfter- Array Field Operators
$match$notMatch$anyOf$noneOf$arrayEmpty$arrayNotEmpty- Association Field Operators
$exists$notExists
@nocobase/data-source-manager
@nocobase/flow-engine
- MultiRecordResource
- Data Operations
- Pagination
- Selected Rows
- Example: Using in CollectionBlockModel
- Example: Calling CRUD in Action Buttons
- Example: CRUD Operations Quick Reference
- SingleRecordResource
- Data Operations
- Key Properties
- Example: Form Detail Scenario
- Example: Creating and Editing Records
- Common Methods
- Filtering
- Field Control
- Resource Configuration
- Metadata and State
- Events
- Filter Syntax
- MultiRecordResource vs SingleRecordResource Comparison
- Related Links

