What database should I use for some really minimal web application?
I need really basic storage in a small php web app, only one table (~300 records). I generally use something as postgres but in this particular case, doesn't want to deal with install and backup. I was thinking about firebase as it is free, what do you recommend ?