The Definitive Guide to SQLite

前端之家收集整理的这篇文章主要介绍了The Definitive Guide to SQLite前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvp

Traditional relational databases and embedded databases both have shortcomings that can leave a developer perplexed. So for many people,the solution resides in sqlite,an open source embeddable database with an amazingly small footprint (less than 250 kilobytes). sqlite packs a powerful array of features and can handle databases as large as 2 terabytes. It offers a flexible set of datatypes and the ability to perform transactions,and it is supported by languages like C,PHP,Perl,and Python. And because sqlite's databases are completely file based,privileges are granted at the operating system level,allowing for easy and fast user management.

The Definitive Guide to sqlite is the first book to devote complete coverage to the latest version of this powerful database. It offers you a thorough overview of sqlite capabilities and APIs,while remaining cognizant of newcomers who may be making their first foray into a database environment with sqlite. This book serves as both a first-time tutorial and future reference guide.

*You'll learn about sqlite extensions available for C,Java,Python,Ruby,and Tcl. *The book thoroughly covers sqlite internals to help you take full advantage of its features while minimally impacting resource consumption. http://rapidshare.com/files/1466674/N1590596730.rar 原文链接:https://www.f2er.com/sqlite/203164.html

猜你在找的Sqlite相关文章