Hi there! I've been used sqlite a bit since php5 beta version. Now I am making a website and at this point I must decide which database I should use. My wish is to use sqlite, but friends of mine say that I might have problem down the road if I need to add a column on database or something since ALTER TABLE is not available.
I would like to hear from you, how bad is it to change a table under a web enviroment, thru http only, thinking about execution time and data loss? My other question concerns database file's security, what care should I take w/ the database file?? Placing it outsite the site's tree is enough? I need to hear some encourage words plz :) Thx in Advance Felipe Lopes