SQLite

By SQLite

Re-claim Profile

Re-claim your company’s G2 profile

This profile hasn’t been active for over a year.
If you work at SQLite, you can re-claim it to keep your company’s information up to date and make the most of your G2 presence.

    Once approved, you can:

  • Update your company and product details

  • Boost your brand's visibility on G2, search and LLMs

  • Access insights on visitors and competitors

  • Respond to customer reviews

  • We’ll verify your work email before granting access.

Re-claim
4.3 out of 5 stars

How would you rate your experience with SQLite?

It's been two months since this profile received a new review
Leave a Review

SQLite Reviews & Product Details

Value at a Glance

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

13 months

SQLite Integrations

(2)
Integration information sourced from real user reviews.
Product Avatar Image

Have you used SQLite before?

Answer a few questions to help the SQLite community

SQLite Reviews (259)

View 1 Video Reviews
Reviews

SQLite Reviews (259)

View 1 Video Reviews
4.3
260 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise SQLite for its ease of use and lightweight design, making it ideal for small projects and mobile applications. The straightforward setup and integration with various programming languages enhance its appeal, allowing developers to quickly implement database solutions. However, many note that it is not suitable for large-scale applications due to limited scalability and performance issues under heavy traffic.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Verified User in Information Technology and Services
II
Enterprise (> 1000 emp.)
"SQLite is User friendly"
What do you like best about SQLite?

SQLite is User friendly. High performance. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Nothing to dislike because I like everything with this. Review collected by and hosted on G2.com.

Miguel Angel A.
MA
Instructor Professor
Enterprise (> 1000 emp.)
"The simplest yet most useful database I have used."
What do you like best about SQLite?

The fact that it doesn't need a server process and yet is still a complete full-featured ACID database is it's best feature. That it's also public domain and supported pretty much anywhere with a C compiler is just icing on the cake.

Other great things? It can be statically linked and it's databases can be bundled with applications like any other file, and it's also bundled with CPython so it's part of the Python standard library! Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Nothing really. Sqlite meets all my requirements beautifully. I'm aware that SQLite doens't have any form of secutiry functionality on it's own but I don't use SQLite on high security environments so it hasn't been a concern to me.

Only thing I can think of that I actually dislike is the lack of official Java wrappers, though the SQLjet project covers that (SQLjet is an independently produced 100% interoperable Java implementation of SQLite). Review collected by and hosted on G2.com.

Marc S.
MS
VP Product Development
Information Services
Small-Business (50 or fewer emp.)
"SQLite, when simple matters"
What do you like best about SQLite?

The best thing about SQLite - and main reason i'm using it - is the lightweight footprint. It's also dead simple to setup, & even simpler to use. It's great for small projects that require the use of a datastore. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

It's not exactly what i DISLIKE about the software, it's more about when NOT to use SQLite.

I think you want to avoid using it for large scale applications, or if you're looking for a full-featured relational database. SQLite is not your solution in cases like this. Review collected by and hosted on G2.com.

Verified User in Airlines/Aviation
AA
Small-Business (50 or fewer emp.)
"pretty decent if you don't need much"
What do you like best about SQLite?

It is pretty performant if you don't use a big amount of data or need advanced features. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

It is insufficient for more than trivial applications Review collected by and hosted on G2.com.

Alex M.
AM
Software Engineer (Technology R&D)
Research
Enterprise (> 1000 emp.)
"Great for Spatial data exploration"
What do you like best about SQLite?

SQLite is as simple as a database gets - it's not a network accessible server like PostgreSQL or MS SQL, but a very fast, standards compliant* step above using a flat file directly. It's fantastic for geospatial processing using the Spatialite extensions, which makes exploring geo data as nice a using SQL can be. It is probably the world's most widely used database, you've probably got several applications installed which rely on it, no matter what operating system. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Concurrency can be an issue, but concurrent access isn't really the goal of SQLite, and despite that, if you enable the write ahead log, performance can be quite good. Their interpretation of the SQL standard means some unexpected features - types on columns aren't enforced, but this is because close examination of the SQL spec means this must be the case. Review collected by and hosted on G2.com.

Tyler W.
TW
Programmer
Internet
Small-Business (50 or fewer emp.)
"Great For Development and Mobile"
What do you like best about SQLite?

SQLite is very easy to install and use. There is probably no better database for beginners to start learning about running and using a database. This also makes it an excellent choice for persistent data in a development environment. The quick setup and ease of use keep it from being a blocker for setting up a development environment.

It is lightweight—under 500kb for the full featured version and under 300kb for a stripped down version—and well suited to applications that need to run with limited resources, like mobile applications and embedded systems.

It is in the public domain, so it is freely available for any use.

SQLite has excellent documentation. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

It is not well suited to large scale applications. It is designed for lightweight systems, not for enterprise applications, or applications that need to scale significantly. It also lacks some features of the larger scale databases like MySQL including security, permissions, and type features.

If you are using SQLite for its intended purpose—persistent data in lightweight systems—these downsides don't really come into play. Review collected by and hosted on G2.com.

Verified User in Computer Software
AC
Mid-Market (51-1000 emp.)
"My sql"
What do you like best about SQLite?

My sql it is good technology for quering the data Review collected by and hosted on G2.com.

What do you dislike about SQLite?

lot of innee joint to reyry the data it is should be simple Review collected by and hosted on G2.com.

Nico C.
NC
Web Developer
Small-Business (50 or fewer emp.)
"SQLite for Cordova mobile apps"
What do you like best about SQLite?

It is very reliable, doesn't require a server and is wide supported across major platform.

If well setted can have very good performances. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

It has few types. Although you can do everything with types provided, having bigger control over numbers (specifying the byte length) can lead to some performance boosts.

Plus I really missed the lack of a boolean/bit type which is often very useful.

Another annoying thing is that you can't save your PRAGMAs directly to database but you have to query them every time, so on every connection you have to specify that the DBMS has to check foreign keys constraint (which are disabled by default), the journaling engine, and so on. Review collected by and hosted on G2.com.

Verified User in Accounting
CA
Enterprise (> 1000 emp.)
"SQLLite"
What do you like best about SQLite?

great and simplifies IT functions for every business need Review collected by and hosted on G2.com.

What do you dislike about SQLite?

nothing out there I can dislike for sure Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
AI
Enterprise (> 1000 emp.)
"Awesome!"
What do you like best about SQLite?

I really like SQLite as its awesome!!!!! Review collected by and hosted on G2.com.

What do you dislike about SQLite?

None really as it's doing it;s job.......... Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

13 months

Average Discount

15%

SQLite Comparisons
Product Avatar Image
Microsoft Access
Compare Now
Product Avatar Image
MariaDB
Compare Now
Product Avatar Image
firebase
Compare Now
SQLite Features
Storage
Availability
Stability
Data Types
Languages
Operating Systems
Database Locking
Authentication
Data Schema
Query Language
Data Replication
Product Avatar Image
SQLite