SQLite
Open Source Public DomainEmbedded SQL database without a server
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
Platforms
Linux Windows macOS Android iOS
Replaces the following proprietary tools
Oracle DB → SQLite
Microsoft SQL Server → SQLite
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
The most advanced open-source relational database
16.0k
↳ Oracle DB Microsoft SQL Server
PostgreSQL ●● Medium
MariaDB
Community-developed MySQL fork with enhanced features
5.7k
↳ Oracle DB Microsoft SQL Server
GPL-2.0 ●● Medium
TimescaleDB
Time-series database built on PostgreSQL
18.0k
↳ Oracle DB Microsoft SQL Server
Apache-2.0 ●● Medium