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.
RM
Small-Business (50 or fewer emp.)
"My preferred database management system"
What do you like best about SQLite?

SQLite is one the best database management systems out there. It is lightweight and really, really easy to use and install. Just create a database and, voi lá, you're ready to use what you want to communicate with it. No need to use something phpMyAdmin or something like it. Absolutely the best option to be embedded inside applications or websites. Works with every SQL code there is, as far as I know. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

There's nothing I really dislike about SQLite, but the lack of access privileges management may not be suitable for every situation. Review collected by and hosted on G2.com.

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

DB in a file, no configuration, great for small teams with medium sized data sets too big for Excel. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Not ideal for production webapps, cannot scale to millions of users so will get modified by most engineering orgs if feature is productized. Review collected by and hosted on G2.com.

Thejdeep G.
TG
Mid-Market (51-1000 emp.)
"Great for beginners"
What do you like best about SQLite?

- Small

The DB engine can run on any smartphone or any PC for that matter. All this because of its size and memory consumption.

- Portable

It is easy to share databases between multiple OS's. All that needs to be done is to copy the file and share it with the target system and that is it.

- Open Source and in the public domain

SQLite is freely accessible and available for download. No one is the owner or co-owner of the product, the public holds all rights to the product. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

- Scalability

SQLite is unable to support large databases and also is unable to handle requests from a large number of users. This means to say that a large number of transactions is unable to be handled by SQLite

- SQL support

Not all features of SQL are present or implemented in SQLite. Some of the required concepts such as Outer Joins and Inner Joins are yet to be implemented. Although, support for this is in the works, it might take a small amount of time before a fully functional SQL language support is added into SQLite.

- Does not support data types such as Timestamps and date amongst the others. This is a major setback for people beginning to learn SQL through SQLite. Review collected by and hosted on G2.com.

M. Serhat D.
MD
Senior Software Developer
Information Technology and Services
Small-Business (50 or fewer emp.)
"Native Database of Ruby on Rails Projects"
What do you like best about SQLite?

SQLite supports almost all the SQL commands. It is a well documented database management system and also easy to use and easy to integrate with applications. I use SQLite in Ruby on Rails projects during the development because it is quite faster to test applications with SQLite than MySQL. Also SQLite is a native database management system for Ruby on Rails projects. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

It stores data on raw files which is not the best practice for security reasons. Also SQLite databases don't support data encryption and stores all the data as plain-text. Because of these reasons most of the people prefer SQLite only in development rather than production. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Small-Business (50 or fewer emp.)
"Used in Android app"
What do you like best about SQLite?

+ comes pre-installed with Android

+ supports many SQL commands

+ it is a library/API - in the sense that you don't have to install/configure the database backend

+ SQLite is free of cost and the source code is free available

+ SQLite is well supported - there is a lot of documentation and experienced users out there

+ For desktop there are several utilities allowing browsing SQLite databases Review collected by and hosted on G2.com.

What do you dislike about SQLite?

- On Android: you can not browse SQLite content easily

- On Android: you can not preload database content (unless you use a hack like: SQLiteAssetHelper library) and are often forced to download the content from a website first

- SQLite is not a full-fledged database and for example does not support checks, triggers and stored procedures. Review collected by and hosted on G2.com.

Brett N.
BN
CTO
Computer Software
Small-Business (50 or fewer emp.)
"A great quick soluton, but not a long term solution"
What do you like best about SQLite?

It is good for something quick and simple. Easy to deploy, easy to use and link to object. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Everything else.

It gets you up an running, and looks like an SQL database, but it is not really. ACID principles are missing.

Query optimisation is joke. Performance tends to scale with DB size (in the bad way).

For real production work you need something better. For a receipe app, it's probably okay. Review collected by and hosted on G2.com.

Verified User in Higher Education
IH
Enterprise (> 1000 emp.)
"Light Fast and easy to implement database"
What do you like best about SQLite?

SQLite is a light, fast, and remarkably easy to implement and use in our project. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Nothing to explain here. Sqlite does it's job. Review collected by and hosted on G2.com.

Verified User in Management Consulting
UM
Enterprise (> 1000 emp.)
"SQLite used as database in my app developments"
What do you like best about SQLite?

I use SQLite used as database in my app developments. Very easy to use. You can quickly learn to use this and create simple to complex queries. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Nothing really to dislike. If required it can be enriched in user experience. Although no complains!! Review collected by and hosted on G2.com.

Joe C.
JC
Programmer Analyst
Government Administration
Enterprise (> 1000 emp.)
"Just as strong as SQL"
What do you like best about SQLite?

I like that this lets you get files direct. no database server required. This is a very great program made for smaller devices, like moblie phones and tablets. I like that its an embedded relational batabase management system, and that it uses sql syntax.

I know that most will disagree but i like to think that its like a third party open sourced software.

I love that this is avalible for many platforms. OSX, Windows and Linux.

If you need more versions, on their website, there is many precompiled versions like Binaries for .NET, Windows Runtime, Windows Phone 8 & Universal App Platform.

There is so much information and help that its so easy to jump into and get help when stuck. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

I tend to have issues when i dont map all my request through my database.

Other than its a great program, i tend to have issues when i need to have my oracle db to connect to it so it can have more functionality, since sqlite its a little limited. Review collected by and hosted on G2.com.

Verified User in Wireless
UW
Enterprise (> 1000 emp.)
"Excellent price for small business"
What do you like best about SQLite?

Best price option in database choices for small business. Amazing third party support you can find on web. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

It's hard to find a enterprise level support for SQLite. 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