io.kestra.plugin.jdbc.duckdb.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-jdbc-duckdb Show documentation
Show all versions of plugin-jdbc-duckdb Show documentation
Manage data in DuckDB with Kestra's JDBC plugin.
@PluginSubGroup(
description = "This sub-group of plugins contains tasks for accessing the DuckDB database.",
categories = PluginSubGroup.PluginCategory.DATABASE
)
package io.kestra.plugin.jdbc.duckdb;
import io.kestra.core.models.annotations.PluginSubGroup;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy