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(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |