SQLite (Developer's Library)

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

sqlite is a small,fast,embeddable database. What makes it popular is the combination of the database engine and interface into a single library as well as the ability to store all the data in a single file. Its functionality lies between MysqL and Postgresql,however it is faster than both databases.

In sqlite,author Chris Newman provides a thorough,practical guide to using,administering and programming this up-and-coming database. If you want to learn about sqlite or about its use in conjunction with PHP this is the book for you.

http://rapidshare.com/files/52578613/067232685X.zip

相关文章

SQLite架构简单,又有Json计算能力,有时会承担Json文件/RES...
使用Python操作内置数据库SQLite以及MySQL数据库。
破解微信数据库密码,用python导出微信聊天记录
(Unity)SQLite 是一个软件库,实现了自给自足的、无服务器...
安卓开发,利用SQLite实现登陆注册功能