From 4e579c371b4267c52067024b207f1aa5bb9b7f0a Mon Sep 17 00:00:00 2001 From: Suyog Sonwalkar Date: Mon, 26 May 2025 16:43:50 -0700 Subject: [PATCH] Update readme Summary: Test Plan: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 353290d..1315d35 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Read the published docs [here](https://flux159.github.io/spanner-orm) to get sta ## Key Requirements & Design Goals -`spanner-orm` is built to address the following key requirements for developers working with PostgreSQL and Google Spanner: +`spanner-orm` is built to address the following key requirements for developers working with PostgreSQL and Google Spanner : - **Single Object Model for PostgreSQL & Spanner:** Supports both postgres & google spanner with a single object model, inspired by Drizzle. This allows you to define your schema once and use it across both database systems. - **Cross-Dialect Migrations:** Produces migrations for both postgres & spanner that can be run via a migrate command or via cli (specifically, the `spanner-orm-cli migrate` command), and also programmatically.