From 9535c1172a392fef095b4a30873b3fa051e00812 Mon Sep 17 00:00:00 2001 From: benitav Date: Tue, 9 Dec 2025 13:16:44 +0200 Subject: [PATCH] Update README to include SQL Server --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58423e1..42157fd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-_[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDB or MySQL on the server-side._ +_[PowerSync](https://www.powersync.com) is a sync engine for building local-first apps with instantly-responsive UI/UX and simplified state transfer. Syncs between SQLite on the client-side and Postgres, MongoDB, MySQL or SQL Server on the server-side._ # PowerSync Swift @@ -89,4 +89,4 @@ XCode previews can be enabled by either: Enabling `Editor -> Canvas -> Use Legacy Previews Execution` in XCode. -Or adding the `PowerSyncDynamic` product when adding PowerSync to your project. This product will assert that PowerSync should be dynamically linked, which restores XCode previews. \ No newline at end of file +Or adding the `PowerSyncDynamic` product when adding PowerSync to your project. This product will assert that PowerSync should be dynamically linked, which restores XCode previews.