Proposal
Would the maintainers be open to a small “Managed Postgres” callout on docs/databases/postgres.mdx?
Many users connect Sequelize to hosted Postgres (Neon, Supabase, Appwrite, RDS, etc.) with the standard @sequelize/postgres dialect. A short tip that SSL is typically required (ssl: true / sslmode=require) plus an optional link to a vendor guide can save folks from connection failures without inventing per-vendor dialect pages.
Suggested addition (sketch)
Something brief near the top of the PostgreSQL page or under Connection Options, for example:
Managed PostgreSQL: Hosted providers that speak standard Postgres work with @sequelize/postgres. Enable SSL (ssl: true). See Appwrite’s Sequelize guide for a worked example (guide may be publishing shortly; canonical URL).
I’m happy to open a tiny PR if this direction is welcome, or to omit the vendor link and only keep a generic SSL / managed-host tip if you prefer no outbound vendor links.
Disclosure
I’m Jake Barnby (@abnegate) and I work at Appwrite. Not asking for a large docs redesign — just checking whether a short callout is acceptable before sending a PR.
Thanks!
Proposal
Would the maintainers be open to a small “Managed Postgres” callout on
docs/databases/postgres.mdx?Many users connect Sequelize to hosted Postgres (Neon, Supabase, Appwrite, RDS, etc.) with the standard
@sequelize/postgresdialect. A short tip that SSL is typically required (ssl: true/sslmode=require) plus an optional link to a vendor guide can save folks from connection failures without inventing per-vendor dialect pages.Suggested addition (sketch)
Something brief near the top of the PostgreSQL page or under Connection Options, for example:
I’m happy to open a tiny PR if this direction is welcome, or to omit the vendor link and only keep a generic SSL / managed-host tip if you prefer no outbound vendor links.
Disclosure
I’m Jake Barnby (@abnegate) and I work at Appwrite. Not asking for a large docs redesign — just checking whether a short callout is acceptable before sending a PR.
Thanks!