Overview
NocoBase server-side plugins can do many things: define data tables, write custom APIs, manage permissions, listen to events, register scheduled tasks, and even extend CLI commands. All these capabilities are organized through a unified Plugin class.
Related Links
- Plugin - Plugin class lifecycle, member methods, and the
appobject - Collections - Define or extend data table structures with code
- Database - CRUD, Repository, transactions, and database events
- ResourceManager - Register custom APIs and resource operations
- ACL - Role permissions, permission snippets, and access control
- Plugin Development Overview - Overall introduction to plugin development
- Write Your First Plugin - Create a complete plugin from scratch

