I would like to ask insight and guidance on how I can host a Database with PostgreSql for example, somewhere so that I can showcase my hobby projects on a portfolio page, I do not want to spend any money for projects that will not have a suitable business model, and are just to practice and showcase my skills. I know about Google Cloud, but it is only free for a limited period, aws too from what I understand, please correct if I am wrong. The best option I found was on render, but the database expires after 30 days and you then lose all data for that database otherwise I would have used it, heroku is not an option for me for various reasons. Thanks for the support!
Does it have to be Postgres?
If you can use SQLite, I would check out Turso.
Read the comments as well
https://gist.github.com/bmaupin/0ce79806467804fdbbf8761970511b8c
Thank you so much! This was actually the perfect answer to this, turso looks great at the free tier, will definitely be giving it a go tomorrow ! The documentation seems like a dream to follow along on as well, thanks again!