What Database Should I Use for My Next.js Website?

0
2
Asked By TechWiz42 On

Hey everyone, I'm building a personal website using Next.js and I'm thinking about managing my content with a database instead of relying on a .js file that exports an array of objects. The site will feature a links page similar to Linktree, showcase my projects, and list various languages and technologies I know. I want a secure admin area (which I already have a login for) where I can easily add, delete, or edit my projects. Can anyone recommend a suitable database for my needs and, if possible, direct me to some helpful tutorials to learn how to work with it?

1 Answer

Answered By DataDude99 On

If you're not sure where to begin, I suggest starting with PostgreSQL. It's an industry standard database with all the features you might need, plus it can really boost your employability in the tech field.

CuriousCoder -

Is there any good free hosting for PostgreSQL? I've only worked with JSON files since they're free to host.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.