Skip to content

Commit

Permalink
New connection management docs (supabase#29166)
Browse files Browse the repository at this point in the history
* recreated connecting-to-postgres

* adding GUI quickstart section with DBeaver

* moved psql and pgadmin docs to GUI quickstart

* added Prisma installation docs. Moved postgres.js and Drizzle into own section

* added connection management docs

* moved supavisor troubleshooting guide into troubleshooting section. Probably should not merge without adding more guides

* updated IPv4 Add ons docs

* removed typo

* Update apps/docs/content/guides/platform/ipv4-address.mdx

Co-authored-by: Charis <[email protected]>

* Update apps/docs/content/guides/platform/ipv4-address.mdx

Co-authored-by: Charis <[email protected]>

* Update apps/docs/content/guides/database/supavisor.mdx

Co-authored-by: Charis <[email protected]>

* Update apps/docs/content/guides/database/prisma.mdx

Co-authored-by: Charis <[email protected]>

* Update apps/docs/content/guides/database/connection-management.mdx

Co-authored-by: Charis <[email protected]>

* Update apps/docs/content/guides/database/connection-management.mdx

Co-authored-by: Charis <[email protected]>

* Update apps/docs/components/Navigation/NavigationMenu/NavigationMenu.constants.ts

Co-authored-by: Charis <[email protected]>

* removed repetition in connection-management | added photos

* Update apps/docs/content/guides/database/connecting-to-postgres.mdx

Co-authored-by: Stas <[email protected]>

* Update apps/docs/content/guides/platform/ipv4-address.mdx

Co-authored-by: Stas <[email protected]>

* Update apps/docs/content/guides/database/connection-management.mdx

Co-authored-by: Stas <[email protected]>

* Update apps/docs/content/guides/database/connecting-to-postgres.mdx

Co-authored-by: Stas <[email protected]>

* Update apps/docs/content/guides/platform/ipv4-address.mdx

Co-authored-by: Charis <[email protected]>

* Update apps/docs/content/guides/database/connecting-to-postgres.mdx

Co-authored-by: Stas <[email protected]>

* updated proxy suggestions

* added redirects

* added images to connection-management guide

* added unique ids to titles in prisma-troubleshooting section

* added images to connection guide

* added new images to prisma guide

* reformatted admonition

---------

Co-authored-by: Brian Brennglass <[email protected]>
Co-authored-by: Charis <[email protected]>
Co-authored-by: Stas <[email protected]>
  • Loading branch information
4 people authored Oct 3, 2024
1 parent 358a821 commit a0eff93
Show file tree
Hide file tree
Showing 25 changed files with 1,449 additions and 365 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,10 @@ export const database: NavMenuConstant = {
name: 'Partitioning your tables',
url: '/guides/database/partitions',
},
{
name: 'Managing connections',
url: '/guides/database/connection-management',
},
],
},
{
Expand Down Expand Up @@ -829,6 +833,52 @@ export const database: NavMenuConstant = {
name: 'Debugging performance issues',
url: '/guides/database/debugging-performance',
},
{
name: 'Supavisor',
url: '/guides/database/supavisor',
},
],
},
{
name: 'ORM Quickstarts',
url: undefined,
items: [
{
name: 'Prisma',
url: '/guides/database/prisma',
items: [
{
name: 'Prisma troubleshooting',
url: '/guides/database/prisma/prisma-troubleshooting',
},
],
},
{
name: 'Drizzle',
url: '/guides/database/drizzle',
},
{
name: 'Postgres.js',
url: '/guides/database/postgres-js',
},
],
},
{
name: 'GUI quickstarts',
url: undefined,
items: [
{
name: 'pgAdmin',
url: '/guides/database/pgadmin',
},
{
name: 'PSQL',
url: '/guides/database/psql',
},
{
name: 'DBeaver',
url: '/guides/database/dbeaver',
},
],
},
{
Expand Down
Loading

0 comments on commit a0eff93

Please sign in to comment.