From 8084acb9087d656b7790bfc21c615275da1a2620 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Sun, 21 Jan 2024 11:18:08 -0500 Subject: [PATCH] chore: Update usecases/edge.mdx Co-authored-by: Yoofi Quansah --- usecases/edge.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usecases/edge.mdx b/usecases/edge.mdx index bfb69e7..d3b0461 100644 --- a/usecases/edge.mdx +++ b/usecases/edge.mdx @@ -14,7 +14,7 @@ Our [Deployment](/operations/deployment) documentation provides more information ## Database Support -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. See the [Database Support](/configuration/storage##relational-database) section for more information on Flipt's relational database support.