Using SQLite

时间:2015-09-09 08:41:17
【文件属性】:
文件名称:Using SQLite
文件大小:9.59MB
文件格式:PDF
更新时间:2015-09-09 08:41:17
using sqlite 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 how you to use SQLite, a small and lightweight database that you can build right into your application during development. Applications that handle data have an enormous advantage today, and 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 learn how you to work with SQLite using either a scripting language or a C-based language, such as C# or Objective C. Now, even relatively small and nimble applications can be a part of the data revolution. Using SQLite shows you how. 

网友评论

  • 很好,如果有中文版的就更好了
  • 很好适用于初学者!SQLite确实是一个很好入手的数据库,就是一个引擎,一个基础,可以拿过来用,有些应用甚至都对用户透明的,都不知道就用到了database技术。
  • 好书,对如何使用SQLite做开发讲得很详细。