SimpleNextjs.

Category : databases

Cover Image for How to use PostgreSQL database in Next.js apps

How to use PostgreSQL database in Next.js apps

PostgreSQL is the database of choice for robust, entreprise-grade and free relational databases, which makes it perfect for large web apps. We will see in this article how to seamlessly use PostgreSQL in our Next.js app.

Marouane Reda
Marouane Reda
Cover Image for How to use MySQL database in Next.js apps

How to use MySQL database in Next.js apps

Mysql is certainly one of the most popular databases for web apps, and web apps built with Next.js are no exception in that regard. We will see in this article how to seamlessly use MySQL in our Next.js app.

Marouane Reda
Marouane Reda
Cover Image for How to use Mongodb in your Next.js project

How to use Mongodb in your Next.js project

If you need to integrate a database to your Next.js app, MongoDB is a great choice to consider ( especially if you prefer a NOSQL database for your app). Fortunately, setting up MongoDB with Next.js is pretty straightforward.

Marouane Reda
Marouane Reda