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

749 B

title list_title description aliases menu weight v2.0/tags related
Flux SQL package SQL package The Flux SQL package provides tools for working with data in SQL databases such as MySQL, PostgreSQL, Snowflake, SQLite, Microsoft SQL Server, and Amazon Athena. Import the `sql` package.
/v2.0/reference/flux/functions/sql/
v2_0_ref
name parent
SQL Flux standard library
202
functions
sql
package
mysql
postgres
/v2.0/query-data/flux/sql/

SQL Flux functions provide tools for working with data in SQL databases such as:

  • Amazon Athena
  • Microsoft SQL Server
  • MySQL
  • PostgreSQL
  • Snowflake
  • SQLite

Import the sql package:

import "sql"

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