content/flux/v0/stdlib/sql/from.md
sql.from() retrieves data from a SQL data source.
(dataSourceName: string, driverName: string, query: string) => stream[A]
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
({{< req >}}) Driver to use to connect to the SQL database.
Supported drivers:
({{< req >}}) Data source name (DNS) or connection string used to connect to the SQL database.
({{< req >}}) Query to run against the SQL database.