The Definitive Guide to SQLite

Mike Owens

  • 出版商: Apress
  • 出版日期: 2006-05-24
  • 售價: $3,550
  • 貴賓價: 9.5$3,373
  • 語言: 英文
  • 頁數: 440
  • 裝訂: Hardcover
  • ISBN: 1590596730
  • ISBN-13: 9781590596739
  • 相關分類: SQL
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Description

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.

  • Youll learn about SQLite extensions available for C, Java, Perl, PHP, Python, Ruby, and Tcl.
  • The book thoroughly covers SQLite internals to help you take full advantage of its features while minimally impacting resource consumption.
  • Author Mike Owens is the original creator of Pysqlite, the popular Python extension for SQLite.

商品描述(中文翻譯)

傳統的關聯式資料庫和嵌入式資料庫都有一些缺點,這可能會讓開發者感到困惑。因此,對於許多人來說,解決方案就在於SQLite,這是一個開源的可嵌入式資料庫,佔用空間非常小(不到250KB)。SQLite具有強大的功能,可以處理高達2TB的資料庫。它提供了靈活的資料類型和執行交易的能力,並且支援C、PHP、Perl和Python等程式語言。由於SQLite的資料庫完全基於檔案,因此權限是在作業系統層級上授予的,這使得用戶管理變得簡單且快速。

《SQLite權威指南》是第一本完整介紹這個強大資料庫最新版本的書籍。它全面介紹了SQLite的功能和API,同時也考慮到了初學者可能首次進入SQLite資料庫環境的情況。這本書既是一本初學者教程,也是未來的參考指南。

以下是書中的一些內容:
- 您將學習有關C、Java、Perl、PHP、Python、Ruby和Tcl等程式語言的SQLite擴展。
- 本書詳細介紹了SQLite的內部結構,以幫助您充分利用其功能,同時最小限度地影響資源消耗。
- 作者Mike Owens是SQLite的原始創作者,也是流行的Python擴展Pysqlite的開發者。

以上是對《SQLite權威指南》的翻譯。