O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
The following excerpt from Using SQLite offers an initial approach to working with sqlite3 on a new install.Once you have some form of SQLite installed, the first step is normally to run sqlite3 and p...
SQLite, as versatile as it is, is not always the best choice. The following excerpt from Using SQLite takes a look at the situations where it might be best to go with another choice.Although SQLite ha...
The following excerpt from Using SQLite gives a brief overview of SQLite's features.In the simplest terms, SQLite is a public-domain software package that provides a relational database management...
Are you a developer transitioning to Microsoft Azure and curious about how to model your data? This excerpt from Sriram Krishnan's Programming Windows Azure offers you key examples to get you up and...