Skip to content

Commit

Permalink
chore: Update usecases/edge.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Yoofi Quansah <ybquansah@gmail.com>
  • Loading branch information
markphelps and yquansah authored Jan 21, 2024
1 parent 0873512 commit 8084acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usecases/edge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Our [Deployment](/operations/deployment) documentation provides more information

## Database Support

Check warning on line 15 in usecases/edge.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.Titles] 'Database Support' should be in sentence case Raw Output: {"message": "[Openly.Titles] 'Database Support' should be in sentence case", "location": {"path": "usecases/edge.mdx", "range": {"start": {"line": 15, "column": 4}}}, "severity": "WARNING"}

Flipt's plugable data store architecture allows it to be deployed to a variety of edge computing environments without requiring traditional server-based relational databases. Specifically, Flipt's support for SQLite, [LibSQL](https://turso.tech/libsql), and [Turso](https://turso.tech/) allow it to run in environments where a traditional database is not available.
Flipt's pluggable data store architecture allows it to be deployed to a variety of edge computing environments without requiring traditional server-based relational databases. Specifically, Flipt's support for SQLite, [LibSQL](https://turso.tech/libsql), and [Turso](https://turso.tech/) allow it to run in environments where a traditional database is not available.

Check warning on line 17 in usecases/edge.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.So] Don't start a sentence with 'so ' Raw Output: {"message": "[Openly.So] Don't start a sentence with 'so '", "location": {"path": "usecases/edge.mdx", "range": {"start": {"line": 17, "column": 1}}}, "severity": "WARNING"}

Check failure on line 17 in usecases/edge.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.Contractions] Use 'isn't' instead of 'is not'. Raw Output: {"message": "[Microsoft.Contractions] Use 'isn't' instead of 'is not'.", "location": {"path": "usecases/edge.mdx", "range": {"start": {"line": 17, "column": 350}}}, "severity": "ERROR"}

See the [Database Support](/configuration/storage##relational-database) section for more information on Flipt's relational database support.

Expand Down

0 comments on commit 8084acb

Please sign in to comment.