updated SQL docs to address formal pronunciation of SQLite
parent
000b10fb94
commit
c817ed04ea
|
@ -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
|
||||
|
|
|
@ -84,7 +84,7 @@ sql.from(
|
|||
)
|
||||
```
|
||||
|
||||
### Query a SQLite database
|
||||
### Query an SQLite database
|
||||
```js
|
||||
import "sql"
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@ sql.to(
|
|||
)
|
||||
```
|
||||
|
||||
### Write data to a SQLite database
|
||||
### Write data to an SQLite database
|
||||
```js
|
||||
import "sql"
|
||||
|
||||
|
|
Loading…
Reference in New Issue