기업의 더 효율적인 소프트웨어
선택을 위한 17년 지원 경험

SQLite 사용 후기 및 리뷰

4.4 (117)

SQLite 정보

소형 크기, 교차 플랫폼 안정성 및 서버리스 기능 덕분에 애플리케이션에 사용되는 오픈 소스 데이터베이스 엔진입니다.

SQLite 자세히 알아보기

장점:

If the application is not an ERP sort of then Sqlite is the best choice, it's easy to integrate and fast if the data is small. Best choice for beginners as well.

단점:

Sometimes loading files takes too long, making the working of the data bases difficult. It also can get laggy if using other applications.

SQLite 등급

평균 점수

사용 편의성
4.4
고객 서비스 소프트웨어
3.6
특징
4.1
비용 대비 가치
4.5

추천 가능성

8.4/10

SQLite은(는) Capterra에서 117개의 사용자 리뷰를 기준으로 별 5개 중 평균 4.4점을 받았습니다.

SQLite을(를) 사용해 본 적이 있나요?

귀하의 사용 경험을 다른 소프트웨어 구매자에게 알려주세요.

리뷰 필터(117)

Stephen
Stephen
나이지리아의 Lead Android Developer
검증된 LinkedIn 사용자
컴퓨터 소프트웨어, 11~50 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Perfect database tool for embedded software

5.0 6년 전

주석: I work a lot with SQLite as it is the primary medium of local storage in Android devices (and by extension, Android applications) which I work with on a daily basis, and SQLite is just perfect for the purpose it serves on these devices. It's lightweight so you don't have to worry most times about how much of the user's storage space your database is going to take up. There's not much difference between the standard SQL commands and those used in SQLite, and many have reported that SQLite is a good starting and training resource for SQL in general.

장점:

Doesn't need a separate server. Lightweight and portable. Integrates most of the commands, functions and syntax of other SQL software. Optimized for use on devices that need to store data locally. Large user base and community (support).

단점:

All operations are locked to a single process, so it's not suitable for large scale database operations (which is not what you should be doing locally on a device anyway).

Jacek
스페인의 DevOps Engineer
정보 기술 및 서비스, 11~50 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

고려된 대안:

Power in the simplicity

5.0 2년 전

주석: Works very well in simple scenarios! It might be a great choice for small applications that require low maintenance and easy setup

장점:

It's very simple to use and lightweight. Typically does not require a separate server (it could run on the same server as a web application). It's quite handy that the database is contained in one file, which then can be backed up easily or transferred across machines. It's quite fast for certain uses.

단점:

Compared to other RDBMSes, it's very simple - which means that it's lacking certain features when it comes to scalability - it performs well in simple scenarios, and in complex ones - it just won't (unless you are very lucky and it's e.g. a case when there is only a single connection).Moreover, it lacks certain security features like user management and access control.

Chaya
Chaya
스리랑카의 Trainee Software Engineer
검증된 LinkedIn 사용자
컴퓨터 소프트웨어, 51~200 직원
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

SQLite - compatability at it's best level

3.0 6년 전

주석: SQLite has become more and more popular among the users because of its easy installation and easy accessing . As it is compatible with most of the programming languages and its light weight it is more popular among mobile application developers

장점:

SQLite is a light weighted data base which could be embedded with any software. Due to the light weightage of the product the data base is more popular In mobile application development. With it’s light weight it is also fast. SQLite is almost 35% faster than any other file system. SQLite is easy to use and there is not special installation or configurations needed to be done in order to use the product. All user have to do is download the libraries and run them in the computer. It is compatible which is why the product can be used with many programming languages with out any issues. Users are given a chance to extend their data base in future by adding new tables or new columns to the existing tables which is a great help for the ongoing projects.

단점:

SQLite is not a multi-user platform where the users can handle concurrent writes. There for SQLite is not good for intensive applications with rapid data logging. If the system has concurrent transactions where lot of users keep accessing the same set of data simultaneously then SQLite is not a good choice for the project. SQLite data bases are restricted to maximum of 2GB in most of the cases.

Jonathan Alexander
Jonathan Alexander
도미니카 공화국의 IT infrastructure analyst
검증된 LinkedIn 사용자
병원 및 의료, 1,001~5,000 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

고려된 대안:

An excellent database for mobile projects

4.0 2년 전

주석: I have used this database for the development of mobile application projects and for the prototyping of web pages, which makes it a very good database, easy and agile when manipulating data

장점:

What I like most about this product or database is how easy it is to integrate with mobile projects in the creation of applications and its easy portability, as well as performance, agility and little space in its implementation that makes it unique when it comes to of mobile application projects

단점:

That for very large projects it is not so robust handling so many transaction threads

검증된 리뷰어
검증된 LinkedIn 사용자
컴퓨터 소프트웨어, 501~1,000 직원
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

The best database management

5.0 8개월 전

주석: I've been using SQLite to store databases and manage them easily. It's a fast and light tool, which helped me in several different cases.

장점:

It's light (doesn't require much resources), fast, it's stable, cross-platform. It's a free and open-source software which helps a lot with saving money and making sure it's secure.

단점:

It's not recommended for big databases, only for small ones.

검증된 리뷰어
검증된 LinkedIn 사용자
마케팅 및 광고, 11~50 직원
소프트웨어 사용 목적: 1~5개월
리뷰어 출처

A useful, yet untidy tool

2.0 5개월 전

주석: quick to deploy and simple to implement, although certain users may want to be aware of some UI and security concerns.

장점:

Very simple to use and undoubtedly reduces the amount of physical memory used

단점:

Some security issues and occasionally non-loading user interface parts make me doubt its reliability

Carlos Hugo Martin
Carlos Hugo Martin
페루의 Consultor
검증된 LinkedIn 사용자
컴퓨터 소프트웨어, 11~50 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Experience with SQLite

5.0 4년 전

주석: Describe your general experience with SQLite
It is very useful for me to be able to store information and consume it from different sources without having to implement specific software to do so. Its portability capacity has allowed us to distribute work effectively.

장점:

The few resources you need and its portability. This allows us to use the stored data from any medium.

단점:

That there is no native way to make it multi-user. That there is no native way to merge files from the same database, when they have been modified by different users and platforms.

Shola
Shola
나이지리아의 Internship
검증된 LinkedIn 사용자
금융 서비스, 10,000+ 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

SQLite: The best Database ever

5.0 11개월 전

주석: It is an excellent database as compared to others. I do not see any database competing with SQLite

장점:

SQLite operates with lightning speed. It is the compressed version the MYSQL. It is extremely efficient in website management and many other managerial tasks in any organization.

단점:

It is very complex for beginners, but easy to understand.

Ramindu
Ramindu
미국의 Software Technical Lead
검증된 LinkedIn 사용자
컴퓨터 소프트웨어, 10,000+ 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

The best solution for small, pre-packaged databases

5.0 5년 전

주석: We included SQLite alongside web and mobile applications where a small database was needed with minimum latency. Most commonly, this use case involved storing dynamic configuration values and user preferences.

장점:

SQLite is a great database solution when you have a small database that you need to package alongside an application, for example a database that stores user preferences. As it is local to the application, it bypasses issues you would have with other, larger database servers in terms of network latency. Its conformity (in the large part) to MySQL syntax and features make it easy to use as well.

단점:

While SQLite's lack of scaling features is forgivable (that wasn't what it was built for after all) some SQL features that are not implemented make it a hassle to write queries to SQLite databases in some instances.

Rahul
Rahul
인도의 Back End Developer & Programmer
검증된 LinkedIn 사용자
정보 서비스, 11~50 직원
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

A lightweight relational database management system especially for offline mobile applications and d

5.0 6년 전

주석: We have used SQLite in developing many mobile apps, mostly Android App and as a database at back end we integrated this light weight DB system. The processing speed of queries is exceptionally fast. All the databases are working well.

장점:

SQLite is object based relational query language which keeps and maintained the whole databases in a very light weight, usually within 500kb to 1mb size, depending on size of databases. This database system has everything which a standard databases must have like relationships, events, all operations, etc. SQLite is very helpful in building application for Mobiles which stores databases in locally.

단점:

1. No dedicated server required. 2. Very light weight and easy to follow commands with knowledge. 3. Large community support makes learning this language even more fast and easy 4. Easy to keep backups as the whole database stored in single file. 5. Easy to implement and integrate.

Gareth
남아프리카의 Web Developer
컴퓨터 소프트웨어, 11~50 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

A standard for testing

5.0 5년 전

주석: SQLite allows us to setup and test all our database structures, it's quick and easy to get going and it stays out of your way. Most of the time you'll forget that it's even part of your tech stack.

장점:

I like that SQLite for the most part stays out of your way. As soon as you have your desired config set up, you can transfer it with ease to most other projects and it just works. We use SQLite for testing purposes as it speeds up the entire process. You can either spin a local instance up or have it run in-memory to speed up your tests. The fact that it's usage is so ubiquitous, finding help or answers online isn't an issue at all.

단점:

If I had to fault it at something, there is an edge case with how it builds your database structure, especially with how it handles foreign keys. It's easily handled by adjusting your test setup structure. That's the only hiccup we ever had and resolved with ease.

Semih
튀르키예의 Database design for companies
프로그램 개발, 자영업
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

My SQLite Experience

5.0 2년 전

주석: Its average in my opinion. The data management are good but complicated

장점:

The using of tools, tables and manage datas

단점:

The less functions compare other programs(etc. SSMS)

Prince
가나의 Software developer
컴퓨터 소프트웨어, 2~10 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Best Lightweight Relational Database for Small Applications and Websites.

5.0 3년 전

주석: We always use SQLite as our database when building software and web application prototypes and when deploying basic websites and apps that are not data-intensive.

장점:

SQLite does not run on a server like MySQL but is part of the end application thus making data storage and retrieval very fast.

단점:

It is not reliable when deploying it with applications with multi-user access to database. With websites, SQLite can only handle sites with low to medium traffic.

Steve
캐나다의 Programmer
전기/전자 제조, 11~50 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Very good local database.

5.0 2년 전

장점:

We use it in our software when we need little local database. The API with c# is very easy to learn. I recommand this if you need local database.

단점:

There is no data viewer include. You need to find an alternative.

Barış
튀르키예의 Data Scientist
이러닝, 11~50 직원
소프트웨어 사용 목적: 1~5개월
리뷰어 출처

Database easily with SQLite

5.0 2년 전

주석: I used this application to learn database systems. I transferred the excel data I had, created tables, and transferred this data to the external environment with an external connection.

장점:

The application is very easy to use. The interface is simple and user friendly. The convenience of the download process is amazing. Very little space on the computer

단점:

There is nothing wrong with the application, it is suitable for learning purposes.

valerian
조지아의 Support
회계, 1,001~5,000 직원
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

Small business helper

4.0 12개월 전

주석: Overall SQLite is good software in its field that can help greatly.

장점:

SQLite is suitable for small companies that doesn't have big databases. SQLite handles small data very easily. It doesn't load the computer. And is relatively easy to use.

단점:

As i mentioned SQLite is comfortable for small databases. But won't be affordable for large amount of data.

Zach
미국의 Director
컴퓨터 네트워킹, 10,000+ 직원
소프트웨어 사용 목적: 6~12개월
리뷰어 출처

fast flexible database with robust features

4.0 4년 전

주석: SQLite works great for our specific use case as we prefer performance over HA / concurrency.

장점:

Extremely portable and fast ACID store. SQLite is very battle tested and highly performant. There are many bindings for various programming languages which makes it easy to get started with. If you couple SQLite with fast SSD, the performance is incredible (since it's just a file). Backup and restore is super easy and fast.

단점:

SQLite is for a very specific use case and there are no distribution properties or guarantees. Designed to be very simple so not a lot of tuning for SQLite. If you want high availability and concurrency, you may want to look at a different solution.

Kshitij
인도의 N/A
컴퓨터 소프트웨어, 자영업
소프트웨어 사용 목적: 무료 체험판
리뷰어 출처

SQl lites is very helpful company

5.0 작년

장점:

Sql lite is eaay to use and the built are function is alo very good it helps me to save my time. The best i like is the supporting multiple languages like drupal and python

단점:

I like the least is supporting the multiple languages because i an a data analyst student and for that i need data which is store in database and i can arange the data in order

검증된 리뷰어
검증된 LinkedIn 사용자
금융 서비스, 10,000+ 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Depends on how you store your data

5.0 6년 전

장점:

If you are storing variable data that resemble objects, use this instead of MySQL! There are also a lot of libraries built for accessing and manipulating SQLite databases now.

단점:

It takes up much more space and memory compared to conventional databases like MySQL

Julio
브라질의 Developer
컴퓨터 게임, 11~50 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Database on the go!

5.0 6년 전

장점:

SQLite is a great solution when your application needs a small footprint database with all the powers from relational SQL. It integrates with any language you need and is available in any platform!

단점:

Being a smaller library, it misses some features from bigger database systems.

Rita
노르웨이의 Software Engineer
컴퓨터 소프트웨어, 501~1,000 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Invaluable offline database

4.0 5년 전

장점:

SQLite is great for rapid applications development and testing out how your application works without having to connect to a server. It serves as a decent local cache of data.

단점:

Understandably not suitable for large data content

검증된 리뷰어
검증된 LinkedIn 사용자
숙박업, 11~50 직원
소프트웨어 사용 목적: 1년 이상
리뷰어 출처

A must for BI

4.0 6년 전

주석: Used SQLite for querying a relational database at work. Once you learn the basic syntax, it becomes fairly easy to use.

장점:

Once you figure out syntax, there is no better language for writing queries to a relational database. SQL is the measuring stick

단점:

Like any language, there is a learning curve (albeit not as bad as most others)

Jesse
Jesse
미국의 Student
검증된 LinkedIn 사용자
컴퓨터 소프트웨어, 자영업
소프트웨어 사용 목적: 1~5개월
리뷰어 출처

Easy to use Database

5.0 6년 전

주석: Overall I'd say my experience with using SQLite in school has been fantastic. It's easy to pick up and use, lots of features, easy to use software that allows you to connect and create databases as well.

장점:

SQL is pretty easy to understand. The syntax is common words so you can figure out what the code is trying to accomplish very easily.

단점:

Learning the language can be confusing sometimes if you don't know where to go.

Barton
미국의 Data Analyst II
컴퓨터 소프트웨어, 51~200 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

My favorite file-based database

5.0 5년 전

장점:

Reliable SQL relational database meets file-based database. Those cases where you need some modest relational data access, but don't need or can't accommodate a full RDBMS server instance. The small footprint and portability makes SQLite a great choice for small applications.

단점:

Can't be as feature rich as a full blown server application. More of a trade-off than a con.

Marco
Marco
이탈리아의 Coordinatore Area Business Intelligence
검증된 LinkedIn 사용자
, 1,001~5,000 직원
소프트웨어 사용 목적: 2년 이상
리뷰어 출처

Database small and effective

5.0 7년 전

주석: If you need a small and robust DB it is the right choice

장점:

Given its size, it is almost an obligatory choice for small databases to be distributed, for example through an app. The latest releases have also made it very robust.

단점:

From the name it is clear that the database is not designed to accommodate large amounts of data, so we need to evaluate the adoption well.