Using SQLite (Paperback)
暫譯: 使用 SQLite (平裝本)

Jay A. Kreibich

  • 出版商: O'Reilly
  • 出版日期: 2010-09-21
  • 售價: $2,120
  • 貴賓價: 9.5$2,014
  • 語言: 英文
  • 頁數: 530
  • 裝訂: Paperback
  • ISBN: 0596521189
  • ISBN-13: 9780596521189
  • 相關分類: SQL
  • 海外代購書籍(需單獨結帳)

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

商品描述

Application developers, take note: databases aren't just for the IS group any more. You can build database-backed applications for the desktop, Web, embedded systems, or operating systems without linking to heavy-duty client-server databases such as Oracle and MySQL. This book shows you how to use SQLite, a small and lightweight relational database engine that you can build directly into your application.

With SQLite, you'll discover how to develop a database-backed application that remains manageable in size and complexity. This book guides you every step of the way. You'll get a crash course in data modeling, become familiar with SQLite's dialect of the SQL database language, and much more.

  • Learn how to maintain localized storage in a single file that requires no configuration
  • Build your own SQLite library or use a precompiled distribution in your application
  • Get a primer on SQL, and learn how to use several language functions and extensions
  • Work with SQLite using a scripting language or a C-based language such as C# or Objective-C
  • Understand the basics of database design, and learn how to transfer what you already know to SQLite
  • Take advantage of virtual tables and modules

"Complex SQL concepts explained clearly."

--D. Richard Hipp, creator of SQLite

商品描述(中文翻譯)

應用程式開發者請注意:資料庫不再只是資訊系統(IS)團隊的專利。您可以為桌面、網頁、嵌入式系統或作業系統建立以資料庫為支援的應用程式,而無需連接到像 Oracle 和 MySQL 這樣的重型客戶端-伺服器資料庫。本書將教您如何使用 SQLite,這是一個小型且輕量的關聯式資料庫引擎,您可以直接將其嵌入到您的應用程式中。

使用 SQLite,您將學會如何開發一個在大小和複雜性上都能保持可管理的資料庫支援應用程式。本書將在每一步指導您。您將獲得資料建模的速成課程,熟悉 SQLite 的 SQL 資料庫語言方言,還有更多內容。

- 學習如何在單一檔案中維護本地化儲存,且不需要任何配置
- 建立您自己的 SQLite 函式庫或在應用程式中使用預編譯的發行版
- 獲得 SQL 的入門知識,並學習如何使用幾個語言函式和擴展
- 使用腳本語言或基於 C 的語言(如 C# 或 Objective-C)與 SQLite 進行互動
- 理解資料庫設計的基本概念,並學習如何將您已知的知識轉移到 SQLite
- 利用虛擬表和模組的優勢

「複雜的 SQL 概念解釋得非常清楚。」


--D. Richard Hipp, SQLite 創建者