The fact that the entire database is portable as a single file made migrating content from one system to another easy and fool-proof.
Multi-User capability I think was a weakness. Although it supports this feature, it tended not to work very well in my opinion.
Ease of use, free, simple to install, less hassle when starting web development on local machine as it allows for skipping some of the dependencies required for more professional sql database solutions.
Not all data types and joins are supported. Sometimes referential integrity is compromised when multiple users are making changes.
The fact that the entire database is portable as a single file made migrating content from one system to another easy and fool-proof.
Ease of use, free, simple to install, less hassle when starting web development on local machine as it allows for skipping some of the dependencies required for more professional sql database solutions.
Multi-User capability I think was a weakness. Although it supports this feature, it tended not to work very well in my opinion.
Not all data types and joins are supported. Sometimes referential integrity is compromised when multiple users are making changes.