Actual Question:
As the title implies, I am having confusion in choosing a better embedded RDBMS for a simple website, only few pages need some server side scripting language otherwise all HTML. I have already chosen Python for that, now could you folks recommend me which embedded database system I should use.
The requirement goes like, I need to query a table or two - not sure at the moment - which will, possibly, be having columns like date, content, title, etc. That table/s are meant to provide the data of news and news archive.
I am more inclined towards ThinkSQL or aSQL. But I am open to any other better, in terms of <you define>
. I am more concerned about performance, ease of use, capability to make sub-queries and joins if needed, date datatype support etc.
Not very much relevant information:
I am an expereinced Java programmer, but don't think Java would be the most suitable language here. After adequate research I found that most of the hosting services are providing Python, and PHP support. And I am not familiar with either. Being Python biased I chose Python over PHP. There are few other reasons as well but that might sound stupid because I am not an experience developer in any of these.
I hope it will give you enough insight to make a recommendation.