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 Computer Software
UC
Enterprise (> 1000 emp.)
"Fantastic Implementation of SQL"
What do you like best about SQLite?

SQLite is a great implementation of SQL for multiple platforms. It's a great choice for both web applications and mobile (Android and iOS in particular). I'm a big proponent of open-source software, and SQLite doesn't disappoint in this department. It can be used freely both for personal and commercial uses. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Configuration of SQLite can be a little bit daunting and confusing to new users without any experience. Luckily, there's a lot of community support and documentation on the web to help with this concern. Review collected by and hosted on G2.com.

André M.
AM
Small-Business (50 or fewer emp.)
"Simple and useful"
What do you like best about SQLite?

Definitely the ease of use. The library is already built in PHP, so you don`t need to setup a thing, everything is already done, just use it. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Being small and simple it is not so scalable, but I guess you wouldn't use it to store large DBs. Furthermore, don't expect it to have all the resources a powerful DBMS has, like stored procedures. Review collected by and hosted on G2.com.

Jodi R.
JR
Photographer
Photography
Small-Business (50 or fewer emp.)
"Easy, simple, and free!"
What do you like best about SQLite?

- Its free!

- Easy to install

- Easy to Maintain

- Fast!

- Has great querying capabilites Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Doesn't quite have all the features of a full db but it isn't a full db so I rally can't complain too much. Review collected by and hosted on G2.com.

Verified User in Internet
UI
Mid-Market (51-1000 emp.)
"Quick development database"
What do you like best about SQLite?

1. No configuration requried

2. Can be kept in source control due to low size

3. ORMs can easily switch between SQLite and Postgres, so SQLite is mostly used in development and small to medium size applications. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

1. Restricted database size.

2. No caching mechanism of it's own. Review collected by and hosted on G2.com.

D. Gregory P.
DP
EMR
Enterprise (> 1000 emp.)
"SQLite is a great tool for maintaining our Databases"
What do you like best about SQLite?

Simple, and easy to use API and CLI

Once setup is complete, it is very easy to use

Can have mutiple databases worked on at one time Review collected by and hosted on G2.com.

What do you dislike about SQLite?

I found it very difficult to setup, I know the instructions stated to just copy sqlite3.exe to target and run it, but found there were other programs that interfreerd with it. Review collected by and hosted on G2.com.

Verified User in Real Estate
UR
Enterprise (> 1000 emp.)
"Perfect for quick MVPs "
What do you like best about SQLite?

The best part of sqlite is that I don't need to have databases created beforehand. Like tables , it can create a database automatically when you use it with Django/Rails. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

No user management in the database and not the best option when you have to scale Review collected by and hosted on G2.com.

Michael M.
MM
Cloud Specialist
Information Technology and Services
Small-Business (50 or fewer emp.)
"Easy, light, good for testing"
What do you like best about SQLite?

Ease of setup; low resource consumption; great for testing Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Not as good performance as a "full" SQL installation Review collected by and hosted on G2.com.

Robin S.
RS
Senior Consultant
Computer Software
Mid-Market (51-1000 emp.)
"SQLite with Windows 8 Apps"
What do you like best about SQLite?

I have used SQLite in two fairly complicated Windows 8 store apps without any major issues at all. I would use it again in a heartbeat. It is extremely useful for Windows 8 Apps because it is serverless, lightweight and operates within the 'sandboxed' environment as required by the Windows 8 store. Needless to say, SQLite is also free. :-) Review collected by and hosted on G2.com.

What do you dislike about SQLite?

I started out using SQLite Manager, which is a Firefox Add-in for SQLite. I found it really unpredictable and it would sometimes block the app from running correctly if I had the db open in SQLite Manager and the app solution debugging in Visual Studio at the same time.

SQLite Expert, a free, stand-alone tool that does not run as a browser plugin, seems to be a lot easier to work with and has more features. I would recommend it over SQLite Manager.

One thing that I have recently found was that if you plan to export data from SQLite to SQL Server, you need to be careful about the string lengths. For example, if you collect a string in a multi-line text box control in Win 8 XAML with a maxlength value set to match the corresponding field in your SQLite table, everything will work as expected. However, if you then export this string via some sort of service-based process and try to insert it to a varchar field in SQL Server with the same field length, you can run into overflow problems. This is because SQL Server counts the new line characters "\r\n" as four characters and XAML/SQLite count them as two. I am sure there must be other issues related to this difference, but this is the only one that has caused me problems thus far.

I can't think of anything I really strongly dislike about SQLite itself. I vaguely remember experiencing some stumbling blocks early on when trying to configure foreign keys, but it was probably because I wasn't familiar with the syntax. Review collected by and hosted on G2.com.

Isaac Z.
IZ
Product Specialist
Small-Business (50 or fewer emp.)
"SQLite as Storage is Everywhere"
What do you like best about SQLite?

1. very slightly

2. Ease to use. need not configure, use it directory.

3. Portable. SQLite is everywhere, Linux, Windows, Mobile... Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Actually, my dislike is nothing.

It is not fair if said SQLite has some disadvantage that compared with other database. because SQLite is simply. Review collected by and hosted on G2.com.

Sulabh B.
SB
Small-Business (50 or fewer emp.)
"Perfect for mobile application"
What do you like best about SQLite?

While developing a Xamarin based application, we used SQLite as our backend for local data. SQLite is very light and easy to integrate with Xamarin (and with any other language or framework). You can write the uber-popular SQL language to read/write data as opposed to a home-baked flat file based data storage. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Because it is a local database, remote access is not possible. But SQLite was not designed to be accessed remotely anyway. I also had to struggle to find a right database management tool. 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