# DolphinDBPlugin **Repository Path**: dolphindb/DolphinDBPlugin ## Basic Information - **Project Name**: DolphinDBPlugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: release200.17 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2024-07-01 - **Last Updated**: 2025-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DolphinDB Plugin DolphinDB database supports dynamic loading of external plugins to extend system functionality. The plug-in can be written in C++, and it needs to be compiled into ".so" shared libraries or ".dll" shared library files. Plugin development can refer to the following documentation: [Plugin Guide](https://marketplace.dolphindb.cn/developer-helper),[Plugin Introduction](https://docs.dolphindb.cn/en/Plugins/ddb_plugin.html),[Plugin Development](https://docs.dolphindb.cn/zh/plugins/plg_dev_tutorial.html)。