Looking for a Free Online Database for My App

0
6
Asked By CuriousCoder92 On

Hey everyone! I'm working on a small application where I need a real-time database to easily add and remove items from my inventory. I'm looking for a free online database option, but I want to make sure there are no hidden charges if I exceed a certain limit. The project is pretty small, and it'll be just me and one other person using it. Since I'm in Brazil, prices can get a bit steep. Any recommendations would be greatly appreciated!

3 Answers

Answered By SQLiteFan99 On

Have you considered where your backend is hosted? If you're already hosting it, running SQLite there could be super easy! It's lightweight and perfect for small projects.

Answered By TechieTraveler88 On

For a web app, a simple option would be to run a local database with your backend, like SQLite. If it's a mobile app and you're not planning to host a backend, then check out Firebase. It's free for smaller apps, and you only get charged if your user count or usage skyrockets.

Answered By DataDynamo73 On

You could also take a look at Clever Cloud for its database offerings. They have flexible options, but it would depend on what you're specifically looking for.

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.