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.