搜索资源列表
SQLite3源程序分析
- 文分析的SQLite版本为3.6.18。
sqlite-amalgamation-3.6.18.tar
- sqlite3是一个用于嵌入式的数据库系统,由于具有原子事务的功能,所以在嵌入式设备易掉电中的应用中非常适合。此个版本是第三版SQLITE3-SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database e