N
Neon2y ago
ratty-blush

Manually add Products on Vercel DB.

Heello everyone. I have successfully deployed my clients webapp on vercel and hooked up vercel postgress db (I believe NEON powers it?). I need to manually enter my products in on of my models but can't seem to find a way to do that? Can anyone help with this?
3 Replies
optimistic-gold
optimistic-gold2y ago
@Master Yoda you could write some SQL queries
stormy-gold
stormy-gold2y ago
Or connect to the Vercel Postgres endpoint with a tool such as PgAdmin Or Drizzle's studio
exotic-emerald
exotic-emerald2y ago
Grab with your Vercel Postgres connection string, and you can connect to PgAdmin following these instructions: https://neon.tech/docs/connect/connect-postgres-gui#connect-to-the-database
Neon
Connect a GUI application - Neon Docs
This topic describes how to connect to a Neon database from a GUI application or IDE. Most GUI applications and IDEs that support connecting to a Postgres database also support connecting to Neon. Gat...

Did you find this page helpful?