updated SQL docs to address formal pronunciation of SQLite

pull/619/head
Scott Anderson 2019-11-20 09:48:01 -07:00
parent 000b10fb94
commit c817ed04ea
3 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,8 @@
title: Flux SQL package
list_title: SQL package
description: >
The Flux SQL package provides tools for working with data in SQL databases such as MySQL and PostgreSQL.
The Flux SQL package provides tools for working with data in SQL databases such
as MySQL, PostgreSQL, and SQLite.
Import the `sql` package.
aliases:
- /v2.0/reference/flux/functions/sql/
@ -14,7 +15,8 @@ weight: 202
v2.0/tags: [functions, sql, package, mysql, postgres]
---
SQL Flux functions provide tools for working with data in SQL databases such as MySQL and PostgreSQL.
SQL Flux functions provide tools for working with data in SQL databases such as
MySQL, PostgreSQL, and SQLite.
Import the `sql` package:
```js

View File

@ -84,7 +84,7 @@ sql.from(
)
```
### Query a SQLite database
### Query an SQLite database
```js
import "sql"

View File

@ -95,7 +95,7 @@ sql.to(
)
```
### Write data to a SQLite database
### Write data to an SQLite database
```js
import "sql"