Any body how can I view the data in neon db

I want to view the table inside postgres sql . I down know how to navigate

in neon you can go into their web ui and view tables directly, or locally you can use either drizzle-kit or prisma to pretty easily get a viewer open, otherwise you can use something like pgAdmin for a generic postgres viewer but its a bit of work to setup compared to the other options

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.