Bootstrap

SQLite3 极简教程 & Go 使用 SQLite 内存模式操作数据结构

SQLite 简介

关键词: RDBMS (embedded), C

SQLite is a database engine written in the C language. It is not a standalone app; rather, it is a library that software developers embed in their apps.

SQLite是一个开源的、内嵌式的关系型数据库。它最初发布于2000年,在便携性、易用性、紧凑性、有效性和可靠性方面有突出的表现。

;