博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
An Introduction To The SQLite C/C++ Interface
阅读量:7251 次
发布时间:2019-06-29

本文共 1028 字,大约阅读时间需要 3 分钟。

An Introduction To The SQLite C/C++ Interface

This article provides an overview and roadmap to the C/C++ interface

to SQLite.

Early versions of SQLite were very easy to learn since they only

supported 5 C/C++ interfaces. But as SQLite has grown in capability,
new C/C++ interfaces have been added so that now there
are over 185 distinct APIs. This can be overwhelming to a new programmer.
Fortunately, most of the C/C++ interfaces in SQLite are very specialized
and never need to be used. Despite having so many
entry points, the core API is still relatively simple and easy to code to.
This article aims to provide all of the background information needed to
easily understand how SQLite works.

A separate document, ,

provides detailed
specifications for all of the various C/C++ APIs for SQLite. Once
the reader
understands the basic principles of operation for SQLite,
should be used as a reference
guide. This article is intended as introduction only and is neither a
complete nor authoritative reference for the SQLite API.

转载地址:http://wthbm.baihongyu.com/

你可能感兴趣的文章
四、oracle基本sql语句和函数详解
查看>>
中合国创杯2017年创客中国互联网+创新创业大赛复赛成功举办 20各项目入围总决赛...
查看>>
UVAoj 11324 - The Largest Clique(tarjan + dp)
查看>>
使用Matplotlib绘制正余弦函数、抛物线
查看>>
四位辉光管时钟-学长毕设
查看>>
大话RAC介质恢复---联机日志损坏
查看>>
oracle 内存分配和调优 总结
查看>>
移植最新版libmemcached到VC++的艰苦历程和经验总结(上)
查看>>
诡异的bug: tcsh陷入死循环
查看>>
java-第一章-上机练习-04
查看>>
Active Directory 基础 (1)
查看>>
xml地图生成网址
查看>>
Python 练习1
查看>>
TCExam文件代码注释分析(后台首页admin/code/index.php)
查看>>
Finereport在企业级BI分析中的应用
查看>>
linux内核参数注释与优化
查看>>
linux 2.6x内核升级
查看>>
pxe
查看>>
NFS网络文件系统安装
查看>>
网页嵌入自动生成当前网页二维码图片代码
查看>>