[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live)

[Discussions](/c/community/4)

# What is the best data base setup for beginners in vercel?

180 views · 1 like · 2 posts


Jack C (@sjcotsoradis22-gmail) · 2024-12-25

I am going to be deploying my next.js app on vercel. I need to store 7 different numbers in a data base and every few hours delete them and write  7 new numbers. This is a very simple operation what would you guys recommend for this to be done.


Swarnava Sengupta (@swarnava) · 2024-12-25 · ♥ 1

Any serverless platform will be URL since you don't need to manage the DB and scale when needed. You can check our Neon or Supabase integration :slight_smile: