SQLite Reviews (261)

View 1 Video Reviews
Reviews

SQLite Reviews (261)

View 1 Video Reviews
4.3
261 reviews

What do users say?

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.
Rajesh K.
RK
Rajesh K.
Android Lead
Small-Business (50 or fewer emp.)
"Extremely lightweight operational database engine"
5/5
What do you like best about SQLite?

There are many unique points that attract me to use SQLite:

- It is lightweight

- Good real-time performance

- Similar to the SQL

- Query-based system

- It also compatible with mobile

- Low power consumption

- More productive results

- It can be accessed only by the authorized app

- Easy to implement

- Easy to understandable Review collected by and hosted on G2.com.

What do you dislike about SQLite?

There are a few limitations in SQLite:

- Not as much expandable structure in terms of enterprise databases network

- Also it totally depends on the processing of hardware

- Mapping like relational databases is complicated in this

- Also there are no itself encryption-decryption capabilities Review collected by and hosted on G2.com.

Vishesh P.
VP
Vishesh P.
Data Analyst
Small-Business (50 or fewer emp.)
"Sqlite for Development and test application"
5/5
What do you like best about SQLite?

Low level RDBMS, also easy configuration and good community. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Database size is restricted to 2 GB in most of cases. Review collected by and hosted on G2.com.

Aniket T.
AT
Aniket T.
Business Analyst
Enterprise (> 1000 emp.)
"Recommended software for data research"
4/5
What do you like best about SQLite?

Easy to use if you are familiar with database structure.

It gives you exact Information which can be required for further study or analysis.

I find it helpful than putty software. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Interface can be improved.

New commands can be introduced.

Sometimes it take time to load the data when you submit the Sql query, there is lagging issues.

Resposiveness can be improved. Review collected by and hosted on G2.com.

Luiz Alexandre Viana M.
LM
Luiz Alexandre Viana M.
Postdoctoral Research Scientist
Mid-Market (51-1000 emp.)
"Lightweight database with plenty features"
5/5
What do you like best about SQLite?

This is a fantastic tool since it's simple to use with a variety of languages, my favorite being C#. SQLite enables us to establish persistent storage for our applications and it doesn't require any installation on the developers' end. I also highlight the excellent database administration. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

This is a lightweight database that can bring you some issues if you try to store too much data. The most observed problem is it will have a significant influence on the performance. Another point is related to integration because this feature isn't always straightforward. Review collected by and hosted on G2.com.

Yash C.
YC
Yash C.
Software Engineer
Mid-Market (51-1000 emp.)
"SQLite for applications"
2.5/5
What do you like best about SQLite?

The thing which I liked the most about SQLite is that it is open source and serverless and also it is faster while executing DML operations compared to other databases and it is also relatively smaller in size. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

The thing which I liked the most about SQLite is that it cannot take a heavy load of HTTP requests so it is not possible to use it for the applications with more HTTP requests. Review collected by and hosted on G2.com.

Joey E.
JE
Joey E.
SRE Team Lead
Mid-Market (51-1000 emp.)
"Perfect for a light weight Database or development"
4.5/5
What do you like best about SQLite?

Simple light weight Database that is perfect if you don't know if you will need something more robust later on. Also great for development process and testing. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

It's not meant to be and is not a scalable large database. It's not always 100% compliant with more scalable solutions but is pretty close. Review collected by and hosted on G2.com.

Saunak S.
SS
Saunak S.
Senior Full Stack Developer
Small-Business (50 or fewer emp.)
"Great Database for mobile app and lightweight"
5/5
What do you like best about SQLite?

Very easy to use and easy to write and execute the query. SQLite is very lightweight and readily available to use in mobile apps. also, SQLite is open-source. the installation and setup are really easy and quick as there is no server configuration needed. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Compare with other databases, SQLite is very limited functionality-wise. SQLite is not scalable and required some security functionality for complex and large mobile apps. SQLite lacking in multi-user compatibility. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Verified User in Information Technology and Services
Mid-Market (51-1000 emp.)
"Best Relational Database Management System"
5/5
What do you like best about SQLite?

SQLite is a lightweight database. Itis very easy to query and faster retrieval of data. wedo not have to install this just download libraies in computer and you are all done.Its portablw across all operating system. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

SQLite is very popular database. It has all amazing features. It is easy to handle and query the database with SQLite. But, sometimesthe database size is restricted to 2 GB only, so the database size should be increased. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Verified User in Information Technology and Services
Enterprise (> 1000 emp.)
"Best database to use - Fast and easy"
4/5
What do you like best about SQLite?

It is fast and I can say easy to install in existing and new projects. It supports many cross-platforms as well like iOS, Android, MAC, windows as well. SQLite is fully open source and developers can modify it according to their use. SQLite database can be used for small to large scale projects. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

In many case SQLite wont support Relational database feature.

If a application which scale-out very fast, for that type of project we need to use carefully Review collected by and hosted on G2.com.

Tins K.
TK
Tins K.
Senior Software Engineer
Mid-Market (51-1000 emp.)
"Light weight db for application development"
4/5
What do you like best about SQLite?

Its very light weight db so that we can integrate as our default db in the application. Django like web frameworks uses swlite as a default database. ORM support is also provided in sqlite. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

There are some limitations for the storage capacity. Aslo not suitable for large scale application. Sometimes we may face higher latency while querying is a big problem. Review collected by and hosted on G2.com.