Skip to content

Commit a0eff93

Browse files
TheOtherBrian1Brian Brennglasscharislamabc3
authored
New connection management docs (supabase#29166)
* 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]>
1 parent 358a821 commit a0eff93

25 files changed

+1449
-365
lines changed

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

+50
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,10 @@ export const database: NavMenuConstant = {
749749
name: 'Partitioning your tables',
750750
url: '/guides/database/partitions',
751751
},
752+
{
753+
name: 'Managing connections',
754+
url: '/guides/database/connection-management',
755+
},
752756
],
753757
},
754758
{
@@ -829,6 +833,52 @@ export const database: NavMenuConstant = {
829833
name: 'Debugging performance issues',
830834
url: '/guides/database/debugging-performance',
831835
},
836+
{
837+
name: 'Supavisor',
838+
url: '/guides/database/supavisor',
839+
},
840+
],
841+
},
842+
{
843+
name: 'ORM Quickstarts',
844+
url: undefined,
845+
items: [
846+
{
847+
name: 'Prisma',
848+
url: '/guides/database/prisma',
849+
items: [
850+
{
851+
name: 'Prisma troubleshooting',
852+
url: '/guides/database/prisma/prisma-troubleshooting',
853+
},
854+
],
855+
},
856+
{
857+
name: 'Drizzle',
858+
url: '/guides/database/drizzle',
859+
},
860+
{
861+
name: 'Postgres.js',
862+
url: '/guides/database/postgres-js',
863+
},
864+
],
865+
},
866+
{
867+
name: 'GUI quickstarts',
868+
url: undefined,
869+
items: [
870+
{
871+
name: 'pgAdmin',
872+
url: '/guides/database/pgadmin',
873+
},
874+
{
875+
name: 'PSQL',
876+
url: '/guides/database/psql',
877+
},
878+
{
879+
name: 'DBeaver',
880+
url: '/guides/database/dbeaver',
881+
},
832882
],
833883
},
834884
{

0 commit comments

Comments
 (0)