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

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.

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: