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