SQLITE 2 文档
我正在尝试查找 SQLite2 的在线文档。 我进入的项目使用的是SQLite2,我通常使用SQlite3。 我用谷歌搜索了一下,但没有找到太多。
谢谢 !
I am trying to find an online documentation for SQLite2. The project I have entered uses SQLite2 and I usually work with SQlite3. I did a google search and didn't find much.
Thank you !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
sqlite 文档在此处有针对版本 2 API 的特定部分:
http://www.sqlite.org/docs.html
还有一节描述了从 V2 到 V3 的重大变化。
The sqlite docmentation has a specific section for the version 2 API here:
http://www.sqlite.org/docs.html
There is also a section describing the significant changes from V2 to V3.