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
The old docs had databases/postgres — a hub page that introduced the four ways to use CipherStash with Postgres (Proxy, Encryption SDK, Drizzle, Supabase) plus EQL underneath. The new docs have all the leaf pages but no umbrella, which hurts discoverability for users who arrive thinking "I have a Postgres database, what are my options?"
Summary
The old docs had
databases/postgres— a hub page that introduced the four ways to use CipherStash with Postgres (Proxy, Encryption SDK, Drizzle, Supabase) plus EQL underneath. The new docs have all the leaf pages but no umbrella, which hurts discoverability for users who arrive thinking "I have a Postgres database, what are my options?"Current state
Today users land on one of:
cipherstash/proxy/index.mdx— proxy-only contextcipherstash/encryption/index.mdx— SDK-only contextcipherstash/encryption/drizzle.mdxcipherstash/encryption/supabase.mdx… with no single page that frames the trade-offs across them ("when do I want Proxy vs the SDK?", "do I need EQL if I'm using the SDK?").
Suggested page
content/stack/cipherstash/postgres.mdx(or as the Postgres tab landing in the IA) covering:One-paragraph framing: "you have a Postgres database; here's how CipherStash plugs in"
Decision matrix:
One-line "what is EQL" with a link, and where it fits under each option
Cross-link to docs: add CREATE INDEX guide for encrypted columns (self-hosted vs Supabase paths differ) #4 (CREATE INDEX guide) for index setup
Reference material
Old page in
cipherstash-js-suitegit history atapps/docs/src/app/(articles)/databases/postgres/page.md(commit1c3d40ed^).A parallel
dynamodb.mdxhub already exists atcontent/stack/cipherstash/encryption/dynamodb.mdxso the precedent is set.