05.07.2015, 13:02
Quote:
I remember ****** saying something such as using SQLite for small projects since you're not running an enterprise size website. MySQL(a web version of SQLite, another implementation of the SQL language) is better for large projects whereas a small SAMP server would be perfect for SQLite, an offline implementation of the SQL language using a .db or alike file for the database storage.
|
SQLite is simpler than MySQL but MySQL has more power. If you don't need something really complexed, use SQLite.
And yes, you can use it to show i.e. data on your websites and so on.