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
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.
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.
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
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically