After hours of watching tutorials and reviewing the documentations of django and heroku, i finally deployed my simple django web application. For the database part, i came to know about an issue using sqlite database as default database for production. I fear that i lose my records after deploying the application once done, as said by heroku themselves.
I am currently having one user, who post posts and announcements in the website and public viewers can only view it. My question is, is it correct to use sqlite database for production or will the free postgres database be enough for what i am doing with?