SQLite
Open Source Public DomainEmbedded SQL database without a server
简介
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.
预览
平台
Linux Windows macOS Android iOS
可替代以下专有工具
Oracle DB → SQLite
Microsoft SQL Server → SQLite
分类
标签
#sql
#eingebettet
#serverlos
#portabel
#c
相似工具
PostgreSQL
The most advanced open-source relational database
↳ Oracle DB Microsoft SQL Server
PostgreSQL ●● 中等
MariaDB
Community-developed MySQL fork with enhanced features
↳ Oracle DB Microsoft SQL Server
GPL-2.0 ●● 中等
TimescaleDB
Time-series database built on PostgreSQL
↳ Oracle DB Microsoft SQL Server
Apache-2.0 ●● 中等