SQLite

SQLite

Open SourcePublic Domain

Embedded SQL database without a server

Difficulty
● Easy
Last check
2026-08-09

Description

SQLite is the most widely deployed database engine in the world, running as an embedded library directly within the application process without a separate server. The entire database is stored in a single file, making it extremely portable. SQLite is ACID-compliant, supports most SQL standards, and is used in countless applications, mobile devices, browsers, and operating systems.

Preview

SQLite Preview

Platforms

LinuxWindowsmacOSAndroidiOS

Replaces the following proprietary tools

Oracle DBSQLite
Microsoft SQL ServerSQLite

Self-Hosting

SQLite can be self-hosted on your own infrastructure. Visit the official documentation for installation instructions.

Documentation →

Categories

Tags

#sql#eingebettet#serverlos#portabel#c

Similar Tools

PostgreSQL

PostgreSQL

The most advanced open-source relational database

16.0k
Oracle DBMicrosoft SQL Server
PostgreSQL●● Medium
Aug 2026
MariaDB

MariaDB

Community-developed MySQL fork with enhanced features

5.7k
Oracle DBMicrosoft SQL Server
GPL-2.0●● Medium
Aug 2026
T

TimescaleDB

Time-series database built on PostgreSQL

18.0k
Oracle DBMicrosoft SQL Server
Apache-2.0●● Medium
Aug 2026
← Back to Databases