Website with database

Hello I want to know if we can use a website which interact with database to host in netlify

You can use external database like Firebase Realtime Database, FaunaDB, etc. If you’re asking if Netlify will provide you with a database, then that’s not possible.

1 Like

You could also create your own database using JSON and interact with that, but that’s a lot of work. If you know how to do that, you probably wouldn’t be asking this question.

OK thanks. But if i use an external database how can i host here with netlify? If can explain me more the process to host!

Yah a know to create a database. But it the process to host my website which interact with my database that need more guide to do it

As I said, you can’t host a database on Netlify. The examples that I mentioned host the databse on their servers and are very different from traditional databses. As in, they don’t have tables to store data or don’t use SQL, they are stored as JSON on their servers. Firebase has a great documentation on how to get started: Installation & Setup in JavaScript  |  Firebase Realtime Database

1 Like

OK thanks so much my professor

1 Like