NocoBase provides a data source management plugin for managing data sources and their collections. The data source management plugin only provides a management interface for all data sources and does not provide the ability to access data sources. It needs to be used in conjunction with various data source plugins. The data sources currently supported for access include:
In addition, more types can be extended through plugins, which can be common types of databases or platforms that provide APIs (SDKs).
Built-in plugin, no separate installation required.
When the application is initialized and installed, a data source is provided by default to store NocoBase data, known as the main database. For more information, see the Main Database documentation.
External databases are supported as data sources. For more information, see the External Database / Introduction documentation.


You can also access data from HTTP API sources. For more information, see the REST API Data Source documentation.