---
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 (1975 reviews)
2. [Airtable](https://www.softwareadvice.de/software/205546/airtable) — 4.6/5 (2227 reviews)
3. [Google Cloud](https://www.softwareadvice.de/software/172144/google-cloud-platform) — 4.7/5 (2269 reviews)
4. [Oracle Database](https://www.softwareadvice.de/software/148636/oracle-database-cloud) — 4.6/5 (471 reviews)
5. [DbVisualizer](https://www.softwareadvice.de/software/193294/dbvisualizer) — 4.8/5 (128 reviews)

## Nutzerbewertungen

### "A complete and productive database manager" — 5.0/5

> **Manuel Eduardo** | *17. Juni 2022* | Computer-Software | Empfehlungsbewertung: 10.0/10
> 
> **Vorteile**: Access to databases created in SQLite is fast and easy, because it works as its own independent server. Its connection and management with computer and mobile applications is one of the best, its interface is quite simple and easy to use for the user.
> 
> **Nachteile**: It seems to me the most complete program in its field of work, so I don't see any cons about this program.
> 
> As a student, I have used SQLite in several projects, in which my experience has been good. Thanks to its interface, understanding all its specific functions was not so difficult for me and at the same time working with its tools is an effective and fast process.

-----

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

-----

### "Good but Limited Use" — 3.0/5

> **Wechuli** | *14. März 2020* | Computer-Software | Empfehlungsbewertung: 6.0/10
> 
> **Vorteile**: - Very lightweight database products that you can quickly set up to without needing to install complicated tooling so can be used in mobile forms or embedded devices.
> 
> **Nachteile**: - Does not support the full features of SQL&#10;- SQLite does not have support for multi-client concurrency access and can't be used in applications that need this.&#10;- Validation of data to input fields is limited
> 
> I use it to quickly test applications that need some form of data storage without needing to install database software.

-----

### "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 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.

-----

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":"Gartner, 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","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.softwareadvice.de/#organization"},"aggregateRating":{"@type":"AggregateRating","bestRating":5,"ratingCount":118,"ratingValue":4.4},"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>
