SQLite

SQLite

Open Source Public Domain

Embedded SQL database without a server

难度
● 简单
最近检查
2026-08-24

简介

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

自托管

SQLite 可以部署在你自己的基础设施上。请访问官方文档获取安装指南。

查看文档 →

标签

#sql #eingebettet #serverlos #portabel #c
← 返回 数据库