docs-v2/content/v2.0/reference/flux/functions/sql/_index.md

545 B

title list_title description menu weight v2.0/tags
Flux SQL package SQL package The Flux SQL package provides tools for working with data in SQL databases such as MySQL and PostgreSQL. Import the `sql` package.
v2_0_ref
name parent
SQL Flux packages and functions
202
functions
sql
package
mysql
postgres

SQL Flux functions provide tools for working with data in SQL databases such as MySQL and PostgreSQL. Import the sql package:

import "sql"

{{< children type="functions" show="pages" >}}