Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => PostgreSQL and SQLite Support => Topic started by: Xavier Africa on June 18, 2016, 05:41:02 AM

Title: What is the difference between MYSQL & SQLite?
Post by: Xavier Africa on June 18, 2016, 05:41:02 AM
What is the difference between MYSQL & SQLite?
Title: Re: What is the difference between MYSQL & SQLite?
Post by: tinoest on June 18, 2016, 05:46:49 AM
SQLite is a embedded database engine, which is usually used by one application accessing it at a time. It's not as scalable as MySQL but its a lot lighter.

SQLite support is being dropped in SMF2.1 so I would suggest using either MySQL or PostgreSQL, both of which are supported.

The following sums up the differences between the three quite well;

https://www.digitalocean.com/community/tutorials/sqlite-vs-mysql-vs-postgresql-a-comparison-of-relational-database-management-systems
Title: Re: What is the difference between MYSQL & SQLite?
Post by: Kindred on June 18, 2016, 07:59:34 AM
use mySQL - plain and simple...