You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the [Memory](/docs/stores/memory), [Badger](/docs/stores/badger), [Bun](/docs/stores/bun), and [MongoDB](/docs/stores/mongo) store pages for configuration details.
72
+
See the [Memory](/docs/stores/memory), [Badger](/docs/stores/badger), [PostgreSQL](/docs/stores/postgres), [SQLite](/docs/stores/sqlite), and [MongoDB](/docs/stores/mongo) store pages for configuration details.
62
73
63
74
## Step 2: Forge application
64
75
@@ -190,8 +201,8 @@ go run ./examples/saas-platform
description: Production-grade PostgreSQL store using Grove ORM with pgdriver.
4
+
---
5
+
6
+
The PostgreSQL store (`store/postgres`) uses the [Grove ORM](https://github.com/xraph/grove) with `pgdriver` to persist data in PostgreSQL. It is the recommended store for production SQL deployments.
7
+
8
+
## When to use
9
+
10
+
-**Production deployments** -- battle-tested SQL database with ACID transactions.
11
+
-**PostgreSQL environments** -- full query power, JSON operators, CTEs.
12
+
-**Multi-instance services** -- shared database for horizontal scaling.
13
+
-**Teams familiar with SQL** -- leverage existing database expertise.
0 commit comments