Database Question

Does anyone know any good databases to store data externally?

I need to store data in json format.

1 Like

Some good recommended ones are these.

Links:

2 Likes

I personally, really like Supabase, it’s amazing, especially with using Prisma. (But it’s SQL)

But if you need JSON I’d go with Firebase 100%, since you get 1GB free with their database.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.