Introducing G2.ai, the future of software buying.Try now
SQLite
Save to My Lists
Unclaimed
Unclaimed

Top Rated SQLite Alternatives

MySQL
(1,636)
4.4 out of 5

SQLite Reviews & Product Details - Page 3

SQLite Overview

What is SQLite?

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine

SQLite Details
Discussions
SQLite Community
Show LessShow More
Product Description

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine


Seller

SQLite

Description

SQLite is a C-language library that offers a lightweight, disk-based database, which doesn't require a separate server process. It supports a self-contained, serverless, zero-configuration, and transactional SQL database engine, making it ideal for embedded database solutions. SQLite is widely used in applications due to its simplicity, adaptability, and reliability. It is public domain and offers full-featured SQL capabilities, enabling developers to operate databases efficiently without the overhead of a full database management system.

Recent SQLite Reviews

Vishesh P.
VP
Vishesh P.Small-Business (50 or fewer emp.)
5.0 out of 5
"Sqlite for Development and test application"
Low level RDBMS, also easy configuration and good community.
Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
5.0 out of 5
"Data Engineer"
The best thing about SQLite is that it is very easy to use and compatible. It is very versalite in nature. It is non-complex and serverless. There ...
Bhuwna V.
BV
Bhuwna V.Mid-Market (51-1000 emp.)
4.5 out of 5
"SQLite- a library to handle small http requests"
SqlLite is very light and reliable, it is very fast and efficient way to handle small set of requests. It can be of great use where the amount of d...

Pricing Insights

Averages based on real user reviews.

Time to Implement

2 months

Return on Investment

14 months

Average Discount

14%

Perceived Cost

$$$$$
View More Pricing Information

SQLite Media

Answer a few questions to help the SQLite community
Have you used SQLite before?
Yes

256 SQLite Reviews

The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
256 SQLite Reviews
4.3 out of 5
256 SQLite Reviews
4.3 out of 5

SQLite Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Joey E.
JE
SRE Team Lead
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
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.

Recommendations to others considering SQLite:

Perfect starting SQL DB Review collected by and hosted on G2.com.

What problems is SQLite solving and how is that benefiting you?

No project is a sure win. SQLite is a great way to start quick and simple and it's easy to replace later if you need to scale up, or never if it is meeting your needs. Review collected by and hosted on G2.com.

Saunak S.
SS
Senior Full Stack Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
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.

What problems is SQLite solving and how is that benefiting you?

Using SQLite I can easily set up the database for the android and ios apps. SQLite is ideal in an environment with very little memory and space. SQLite is very fast because its memory overhead is low. Storing the data offline and accessing offline data in low latency network coverage. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
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.

Recommendations to others considering SQLite:

If you are looking for relational database management system, then sqlite is the best fit. Review collected by and hosted on G2.com.

What problems is SQLite solving and how is that benefiting you?

I have been a django developer. Integrate SQLite with django, i am using SQLite with django website to store of website. Itis very easy to query data with sqlite. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
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.

What problems is SQLite solving and how is that benefiting you?

One SQLite database structure can be used by one or many other platforms like iOS, Android, even python as well. Many third-party ORM's and data layers are available in the market for SQLite, which make developer life easy. and it saves development time. It supports JSON and CSV files. SQLite can work with in-memory data or external files. Review collected by and hosted on G2.com.

Tins K.
TK
Senior Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
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.

What problems is SQLite solving and how is that benefiting you?

Its very light weight so we can easily integrate with our applications. Caching data can be stored in sqlite so that while it can be uploaded to the main db when its come to online again. Review collected by and hosted on G2.com.

AS
Technology lead
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SQLite?

User interface is the best to understand input and output. I must say its best to have it in your development skills, project deliverables. Most of the insights can be extracted as its simple to use. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Too much window at a time confuses to search. I am not very fond of multiple windows or tabs within a product as this makes me more distracted rather than concnentreted on the one work at a time. Review collected by and hosted on G2.com.

Recommendations to others considering SQLite:

Its a good to have the product, easy to use, better user experience, good stability features, and is simple to understand. Review collected by and hosted on G2.com.

What problems is SQLite solving and how is that benefiting you?

Analyzing the data more frequently and consistently so that some insight can be inferred. Review collected by and hosted on G2.com.

Aloysius S.
AS
S
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SQLite?

- Easy to use and integrate

- performance is faster as compared to other databases

- Easily accessible Review collected by and hosted on G2.com.

What do you dislike about SQLite?

It is used to store low data only. If you want to store heavy data then use another database. Review collected by and hosted on G2.com.

What problems is SQLite solving and how is that benefiting you?

It is used to store the user's information on the client-side, such that the application runs smoothly. Review collected by and hosted on G2.com.

AS
Author
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SQLite?

Better performance than the competitors, reduced cost and effective in management Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Database size restricted like approx 2GB which is not good Review collected by and hosted on G2.com.

What problems is SQLite solving and how is that benefiting you?

Using it in our database management system to effectively cut costs and save money Review collected by and hosted on G2.com.

hussein a.
HA
Flutter Developer
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about SQLite?

Fast and secure local database (off line db) Review collected by and hosted on G2.com.

What do you dislike about SQLite?

Not really easy way to store data localy Review collected by and hosted on G2.com.

Recommendations to others considering SQLite:

I recomend to use sqlite if you have a background of sql commands Review collected by and hosted on G2.com.

What problems is SQLite solving and how is that benefiting you?

Offline storage with minimal storage and Memory usage Review collected by and hosted on G2.com.

MQ
Biostatistician
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about SQLite?

SQLite is easy to use. It also shows errors before you run the code. Review collected by and hosted on G2.com.

What do you dislike about SQLite?

I had no problems using this software. It is easy to use. Review collected by and hosted on G2.com.

What problems is SQLite solving and how is that benefiting you?

I am solving public health issues with this software. The benefit of using this software is that it is easy to make a table and save it on the software. SQLite is used more often in the workplace. Review collected by and hosted on G2.com.