Wir helfen Unternehmen seit 17 Jahren,
bessere Software zu finden

Was ist SQLite?

Datenbank-Management-Lösung in einer C-Programmierbibliothek.

Wer verwendet SQLite?

Nicht vom Anbieter bereitgestellt

SQLite Software - 1
SQLite Software - 2
SQLite Software - 3

Du bist nicht sicher, ob SQLite das Richtige ist? Mit einer beliebten Alternative vergleichen

SQLite

SQLite

4,4 (117)
6.000,00 $
einmalig
Kostenlose Version
Kostenlose Testversion
18
Keine Integrationen gefunden
4,4 (117)
4,5 (117)
3,6 (117)
VS.
Startpreis
Preisoptionen
Funktionen
Integrationen
Benutzerfreundlichkeit
Preis-Leistungs-Verhältnis
Kundenservice
0,01 $
einmalig
Kostenlose Version
Kostenlose Testversion
22
Keine Integrationen gefunden
4,3 (410)
4,6 (410)
4,1 (410)
Die grünen Bewertungsbalken geben an, welches Produkt gemessen an der Durchschnittsbewertung und der Zahl der Bewertungen am besten abschneidet.

Weitere gute Alternativen zu SQLite

PostgreSQL
Am besten bewertete Funktionen
Backup und Recovery
Datenspeicher-Management
Zugriffskontrollen / Berechtigungen
Oracle Database
Am besten bewertete Funktionen
Backup und Recovery
Datenspeicher-Management
Zugriffskontrollen / Berechtigungen
Firebase
Am besten bewertete Funktionen
API
Berichterstattung / Analyse
Web-Benachrichtigungen
MySQL
Am besten bewertete Funktionen
Backup und Recovery
Datenbank-Unterstützung
Datensicherheit
MariaDB
Am besten bewertete Funktionen
Backup und Recovery
Datenspeicher-Management
Unterstützt zahlreiche Programmiersprachen
Microsoft SQL Server
Am besten bewertete Funktionen
Backup und Recovery
Datenspeicher-Management
Leistungsanalyse
Vantage
Am besten bewertete Funktionen
Datenkatalogmanagement
Datenvirtualisierung
Zugriffskontrollen / Berechtigungen
Scaleway
Am besten bewertete Funktionen
Backup und Recovery
Datenspeicher-Management
Sichere Datenspeicherung
Ragic Builder
Am besten bewertete Funktionen
Backup und Recovery
Datenbank-Umwandlung
Datenmigration

Bewertungen über SQLite

Durchschnittliche Bewertung

Gesamt
4,4
Benutzerfreundlichkeit
4,4
Kundenservice
3,6
Funktionen
4,1
Preis-Leistungs-Verhältnis
4,5

Nutzerbewertungen nach Unternehmensgröße (Angestellte)

  • <50
  • 51-200
  • 201-1.000
  • >1.001

Bewertungen nach Punktzahl finden

5
55%
4
37%
3
7%
2
2%
Stephen
Stephen
Lead Android Developer in Nigeria
Verifizierter Nutzer auf LinkedIn
Computer-Software, 11–50 Mitarbeiter
Verwendete die Software für: Mehr als 2 Jahre
Herkunft der Bewertung

Perfect database tool for embedded software

5,0 vor 5 Jahren

Kommentare: 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.

Vorteile:

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).

Nachteile:

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 in Spanien
Informationstechnologie & -dienste, 11–50 Mitarbeiter
Verwendete die Software für: Mehr als 2 Jahre
Herkunft der Bewertung

In Betracht gezogene Alternativen:

Power in the simplicity

5,0 letztes Jahr

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

Vorteile:

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.

Nachteile:

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 in Sri Lanka
Verifizierter Nutzer auf LinkedIn
Computer-Software, 51–200 Mitarbeiter
Verwendete die Software für: Mehr als 1 Jahr
Herkunft der Bewertung

SQLite - compatability at it's best level

3,0 vor 5 Jahren

Kommentare: 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

Vorteile:

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.

Nachteile:

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 in Dominikanische Republik
Verifizierter Nutzer auf LinkedIn
Krankenhausversorgung & Gesundheitswesen, 1.001–5.000 Mitarbeiter
Verwendete die Software für: Mehr als 2 Jahre
Herkunft der Bewertung

In Betracht gezogene Alternativen:

An excellent database for mobile projects

4,0 vor 2 Jahren

Kommentare: 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

Vorteile:

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

Nachteile:

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

Verifizierter Rezensent
Verifizierter Nutzer auf LinkedIn
Computer-Software, 501–1.000 Mitarbeiter
Verwendete die Software für: Mehr als 1 Jahr
Herkunft der Bewertung

The best database management

5,0 vor 5 Monaten

Kommentare: 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.

Vorteile:

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.

Nachteile:

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