---
description: Reviews zu SQLite Software: Systemübersicht, Funktionen, Preisinformationen und Ratings & Reviews. Entdecke kostenlose Live-Demos und vergleiche SQLite mit ähnlichen Programmen.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/software_advice/og_logo-55146305bbe7b450bea05c18e9be9c9a.png
title: SQLite | Bewertungen, Preise und Demos – SoftwareAdvice DE
---

Breadcrumb: [Startseite](/) > [Datenbank Software](/directory/4512/database-management-systems/software) > [SQLite](/software/107973/sqlite)

# SQLite

Canonical: https://www.softwareadvice.de/software/107973/sqlite

Seite: 1 / 6\
Weiter: [Nächste Seite](https://www.softwareadvice.de/software/107973/sqlite?page=2)

> SQLite ist eine lizenzbasierte Softwarebibliothek, die Unternehmen ein serverloses und eigenständiges SQL-Datenbankmanagementsystem bietet. Die eingebettete Datenbank-Engine ermöglicht es Entwicklern, mehrere Tabellen, Auslöser, Indizes und Ansichten von Daten in einer einzigen Festplattendatei zu verwalten und zusätzliche Dateien für zukünftige Zwecke in einem Rollback-Journal zu speichern. &#10;&#10;&#10;Zu den wichtigsten Funktionen von SQLite gehören Fremdschlüsselunterstützung, Fehler- und Warnprotokoll, Datenbankanalysator, Volltextsuche und JSON-Integration. Die Bibliothek verfügt über integrierte skalare SQL-Funktionen, mit denen Admins Datums- und Zeitstrings, Sprachausdrücke wie Syntax, Konstanten, if-then-else-Fälle und Between- oder Like-Vergleiche in Datenbanken verwalten können. Darüber hinaus können Nutzer mehrere Datenbanken an eine einzige Datenbankverbindung anhängen, um Programme schnell zu schreiben.&#10;&#10;&#10;SQLite bietet eine C-Sprachschnittstelle und eine Backup-API, mit der Unternehmen Inhalte aus Festplattendateien importieren oder exportieren und in der Datenbank speichern können. Es ist gegen eine einmalige Lizenzgebühr erhältlich.
> 
> Bewertung: **4.4/5** von 118 Nutzern. Top bewertet für **Weiterempfehlungsquote**.

-----

## Kurzstatistiken und Ratings

| Metrik | Bewertung | Detail |
| **Gesamt** | **4.4/5** | 118 Nutzerbewertungen |
| Bedienkomfort | 4.4/5 | Auf Basis der Gesamtbewertungen |
| Kundenbetreuung | 3.6/5 | Auf Basis der Gesamtbewertungen |
| Preis-Leistungs-Verhältnis | 4.5/5 | Auf Basis der Gesamtbewertungen |
| Funktionen | 4.1/5 | Auf Basis der Gesamtbewertungen |
| Empfehlungsprozentsatz | 80% | (8/10 Weiterempfehlungsquote) |

## Über den Anbieter

- **Unternehmen**: SQLite

## Gewerblicher Kontext

- **Startpreis**: 6.000,00 $
- **Zielgruppe**: Selbstständig, 2–10, 11–50, 51–200, 201–500, 501–1.000, 1.001–5.000, 5.001–10.000, 10.000+
- **Bereitstellungen und Plattformen**: Cloud, SaaS, webbasiert, Mac (Desktop), Windows (Desktop), Linux (Desktop), Windows (On-Premise), Linux (On-Premise)
- **Unterstützte Sprachen**: Englisch
- **Verfügbare Länder**: Vereinigte Staaten

## Funktionen

- API
- Automatische Sicherung
- Backup und Recovery
- Daten-Connectors
- Datenbank-Umwandlung
- Datenerfassung und Übertragung
- Datenextraktion
- Datenreplikation
- Datenspeicher-Management
- Datensynchronisation
- Real-Time Data
- Relational Database Management
- Sichere Datenspeicherung
- Suchen / filtern
- Unterstützt zahlreiche Programmiersprachen

## Optionen für Kundensupport

- E-Mail/Helpdesk
- FAQ/Forum
- Wissensdatenbank
- Chat

## Category

- [Datenbank Software](https://www.softwareadvice.de/directory/4512/database-management-systems/software)

## Alternativen

1. [Microsoft SQL Server](https://www.softwareadvice.de/software/399511/microsoft-sql-server) — 4.6/5 (1981 reviews)
2. [Google Cloud](https://www.softwareadvice.de/software/172144/google-cloud-platform) — 4.7/5 (2322 reviews)
3. [Airtable](https://www.softwareadvice.de/software/205546/airtable) — 4.6/5 (2243 reviews)
4. [Oracle Database](https://www.softwareadvice.de/software/148636/oracle-database-cloud) — 4.6/5 (473 reviews)
5. [DbVisualizer](https://www.softwareadvice.de/software/193294/dbvisualizer) — 4.8/5 (131 reviews)

## Nutzerbewertungen

### "Easy to become a problem" — 4.0/5

> **Anderson** | *8. November 2018* | Informationstechnologie & -dienste | Empfehlungsbewertung: 7.0/10
> 
> **Vorteile**: Integrates nicely with .NET (specially Windows Forms) applications, it's really easy to use (specially if you're already familiar with SQL Server) and deployment is really easy (copy/paste required files).
> 
> **Nachteile**: It's locking architecture enables only a single process to write at a time so building a more complex application may cause hard-to-solve problems.
> 
> On a Windows Forms app we used to query services thousand times for data that does not change so frequently. We also had to store some business information (imagine as storing a wizard progress) and that used to be handled using TXT files (and it was a mess). We changed to SQLite and it worked almost like a charm but as the app grew and we decided to create an architecture similar to Google Chrome (multiple processes) it became a major problem for all of them to both read and write at it (we had to create a proxy app to write).

-----

### "The best solution for small, pre-packaged databases" — 5.0/5

> **Ramindu** | *26. November 2019* | Computer-Software | Empfehlungsbewertung: 8.0/10
> 
> **Vorteile**: 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.
> 
> **Nachteile**: 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.
> 
> 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.

-----

### "A useful, yet untidy tool" — 2.0/5

> **Verifizierter Rezensent** | *9. Juli 2024* | Marketing & Werbung | Empfehlungsbewertung: 6.0/10
> 
> **Vorteile**: Very simple to use and undoubtedly reduces the amount of physical memory used
> 
> **Nachteile**: Some security issues and occasionally non-loading user interface parts make me doubt its reliability
> 
> quick to deploy and simple to implement, although certain users may want to be aware of some UI and security concerns.

-----

### "A good choice for storing small and local data" — 4.0/5

> **Nera Joy** | *19. Juni 2018*
> 
> **Vorteile**: I love how SQLite is so portable, and can be used in different platforms. I doesn't need any bulky installation for me to use. It is so lightweight and there is no learning curve when you came from MS SQL.
> 
> **Nachteile**: Maybe when opening a large sqlite file around 1GB above, it hangs up and sometimes fails to load. But maybe that's my fault because SQLite is not intended for storing large data. Good product anyway.

-----

### "A lightweight relational database management system especially for offline mobile applications and d" — 5.0/5

> **Rahul** | *18. Januar 2019* | Informationsdienst | Empfehlungsbewertung: 10.0/10
> 
> **Vorteile**: 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. &#10;&#10;This database system has everything which a standard databases must have like relationships, events, all operations, etc. &#10;&#10;SQLite is very helpful in building application for Mobiles which stores databases in locally.
> 
> **Nachteile**: 1. No dedicated server required.&#10;2. Very light weight and easy to follow commands with knowledge.&#10;3. Large community support makes learning this language even more fast and easy &#10;4. Easy to keep backups as the whole database stored in single file.&#10;5. Easy to implement and integrate.
> 
> 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.

-----

Seite: 1 / 6\
Weiter: [Nächste Seite](https://www.softwareadvice.de/software/107973/sqlite?page=2)

## Links

- [Auf SoftwareAdvice anzeigen](https://www.softwareadvice.de/software/107973/sqlite)

## Diese Seite ist in den folgenden Sprachen verfügbar

| Sprache | URL |
| de | <https://www.softwareadvice.de/software/107973/sqlite> |
| en | <https://www.softwareadvice.com/database-management-systems/sqlite-profile/> |
| en-AU | <https://www.softwareadvice.com.au/software/107973/sqlite> |
| en-GB | <https://www.softwareadvice.co.uk/software/107973/sqlite> |
| en-IE | <https://www.softwareadvice.ie/software/107973/sqlite> |
| en-NZ | <https://www.softwareadvice.co.nz/software/107973/sqlite> |
| fr | <https://www.softwareadvice.fr/software/107973/sqlite> |

-----

## Strukturierte Daten

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"SoftwareAdvice Deutschland","address":{"@type":"PostalAddress","addressLocality":"München","addressRegion":"BY","postalCode":"81829","streetAddress":"Lehrer-Wirth-Str. 2 81829 München Deutschland"},"description":"Softwaresuche leicht gemacht. Wir helfen Unternehmen in Deutschland, die richtige Software zu finden.","email":"info@softwareadvice.de","url":"https://www.softwareadvice.de/","logo":"https://dm-localsites-assets-prod.imgix.net/images/software_advice/logo-white-d2cfd05bdd863947d19a4d1b9567dde8.svg","@type":"Organization","@id":"https://www.softwareadvice.de/#organization","parentOrganization":"G2.com, Inc.","sameAs":[]},{"name":"SQLite","description":"SQLite ist eine lizenzbasierte Softwarebibliothek, die Unternehmen ein serverloses und eigenständiges SQL-Datenbankmanagementsystem bietet. Die eingebettete Datenbank-Engine ermöglicht es Entwicklern, mehrere Tabellen, Auslöser, Indizes und Ansichten von Daten in einer einzigen Festplattendatei zu verwalten und zusätzliche Dateien für zukünftige Zwecke in einem Rollback-Journal zu speichern. \n\n\nZu den wichtigsten Funktionen von SQLite gehören Fremdschlüsselunterstützung, Fehler- und Warnprotokoll, Datenbankanalysator, Volltextsuche und JSON-Integration. Die Bibliothek verfügt über integrierte skalare SQL-Funktionen, mit denen Admins Datums- und Zeitstrings, Sprachausdrücke wie Syntax, Konstanten, if-then-else-Fälle und Between- oder Like-Vergleiche in Datenbanken verwalten können. Darüber hinaus können Nutzer mehrere Datenbanken an eine einzige Datenbankverbindung anhängen, um Programme schnell zu schreiben.\n\n\nSQLite bietet eine C-Sprachschnittstelle und eine Backup-API, mit der Unternehmen Inhalte aus Festplattendateien importieren oder exportieren und in der Datenbank speichern können. Es ist gegen eine einmalige Lizenzgebühr erhältlich.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/975c41ff-6406-4d7b-b3f5-6d305f5c5460.png","url":"https://www.softwareadvice.de/software/107973/sqlite","@type":"SoftwareApplication","@id":"https://www.softwareadvice.de/software/107973/sqlite#software","publisher":{"@id":"https://www.softwareadvice.de/#organization"},"applicationCategory":"BusinessApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":4.4,"bestRating":5,"ratingCount":118},"offers":{"price":"6000","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Cloud, Apple, Windows, Linux, Windows on premise, Linux on premise"},{"@type":"BreadcrumbList","itemListElement":[{"name":"Startseite","position":1,"item":"/","@type":"ListItem"},{"name":"Datenbank Software","position":2,"item":"/directory/4512/database-management-systems/software","@type":"ListItem"},{"name":"SQLite","position":3,"item":"/software/107973/sqlite","@type":"ListItem"}],"@id":"https://www.softwareadvice.de/software/107973/sqlite#breadcrumblist"}]}
</script>
