From fdcce16c32ba84c5fc4bba0f7e4321a4c2dc25f7 Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Tue, 12 Sep 2023 13:43:53 -0600 Subject: [PATCH] docs(README.md): sqlite storage is now supported in the go SDK Signed-off-by: Vaughn Dice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb3868e811..4e4dec4f6d 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ The table below summarizes the [feature support](https://developer.fermyon.com/s | [Outbound HTTP](https://developer.fermyon.com/spin/rust-components.md#sending-outbound-http-requests) | Supported | Supported | Supported | Supported | Supported | | [Configuration Variables](https://developer.fermyon.com/spin/variables) | Supported | Supported | Supported | Supported | Supported | | [Key Value Storage](https://developer.fermyon.com/spin/kv-store-api-guide) | Supported | Supported | Supported | Supported | Not Supported | -| [Sqlite Storage](https://developer.fermyon.com/spin/sqlite-api-guide) | Supported | Supported | Supported | Not Supported | Not Supported | +| [Sqlite Storage](https://developer.fermyon.com/spin/sqlite-api-guide) | Supported | Supported | Supported | Supported | Not Supported | | [MySQL](https://developer.fermyon.com/spin/rdbms-storage#using-mysql-and-postgresql-from-applications) | Supported | Not Supported | Not Supported | Not Supported | Not Supported | | [PostgreSQL](https://developer.fermyon.com/spin/rdbms-storage#using-mysql-and-postgresql-from-applications) | Supported | Not Supported | Not Supported | Not Supported | Supported | | [Outbound Redis](https://developer.fermyon.com/spin/rust-components.md#storing-data-in-redis-from-rust-components) | Supported | Supported | Supported | Supported | Supported |