博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Inside SQLite
阅读量:4232 次
发布时间:2019-05-26

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

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

SQLite is a small, zero-configuration, custom-tailored, embeddable, threadsafe, easily maintainable, transactionoriented, SQL-based, relational database management system. There is no separate install or setup procedure to initialize SQLite before using it. There is no configuration file.

This Short Cut discusses design principles, engineering trade-offs, implementation issues, and operations of SQLite. It presents a comprehensive description of all important components of the SQLite engine.

http://rapidshare.com/files/40880629/0596550065.rar
http://depositfiles.com/files/1142559
你可能感兴趣的文章
ASP.NET返回上一页的方法小集
查看>>
超链接,根据条件使得超链接显示与否
查看>>
RegisterClientScriptBlock 与 RegisterStartupScript的使用与区别
查看>>
SQLServer中Partition By 函数的使用
查看>>
vscode-Live Server的使用心得
查看>>
Error: listen EACCES 0.0.0.0:8080
查看>>
键盘键值表
查看>>
神经网络中 BP 算法的原理与 Python 实现源码解析
查看>>
Quagga使用笔记2
查看>>
几种最短路径算法的思考
查看>>
图解Bellman-ford算法
查看>>
面试注意
查看>>
运算符重载
查看>>
三种内存问题与三种指针
查看>>
JFinal在网络服务端开发中的位置
查看>>
JFinal中的ActiveRecord
查看>>
JFinal中的AOP
查看>>
JFinal中的Controller读取参数
查看>>
idea+maven+jetty+jfinal环境搭建
查看>>
腾讯实习生面试总结
查看>>