Anonymous Asked in Cars &Transportation · 2 weeks ago

Why you should use SQLite?

Many applications use SQLite as a cache of relevant content from an enterprise RDBMS. This reduces latency, since most queries now occur against the local cache .


Why should we use SQLite?

SQLite is self-contained means it requires minimal support from the operating system or external library. This makes SQLite usable in any environment especially in embedded devices like iPhones, Android phones, game consoles, handheld media players, etc.

Why you should not use SQLite?

SQLite doesn't support any kind of concurrency, so you may have problems running it on a production website. If you're looking for a 'lighter' database, perhaps consider trying a contemporary object-document store like CouchDB.

Related Questions

Relevance
Write us your question, the answer will be received in 24 hours