An Introduction to SQLite
Channel:
Subscribers:
348,000
Published on ● Video Link: https://www.youtube.com/watch?v=giAMt8Tj-84
Google TechTalks
May 31, 2006
Richard Hipp
ABSTRACT
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. SQLite implements a large subset of SQL-92 and stores a complete database in a single disk file. The library footprint is less than 250 KB making is suitable for use in embedded devices and applications where memory space is scarce.
This talk provides a quick overview of SQLite, its history, its strengths and weaknesses, and describes situations where it is much more useful than a traditional client/server database. The talk concludes with a discussion of the lessons learned from the development of SQLite and how those lessons...
Other Videos By Google TechTalks
2007-10-08 | TSCclock: a low cost, robust, accurate software clock for... |
2007-10-08 | The New Digital Sky |
2007-10-08 | Big ball of Mud |
2007-10-08 | NASA's "Beyond Einstein" Program: Exploration at the... |
2007-10-08 | Municipal Wireless |
2007-10-08 | Terracotta Tech - Cluster Your JVM To Simplify... |
2007-10-08 | Daniel Bursch: Six Months in the Space Station |
2007-10-08 | Task Specific Local Region Matching |
2007-10-08 | Mondrian Code Review On The Web |
2007-10-08 | Homeless In Santa Monica with John Maceri |
2007-10-08 | An Introduction to SQLite |
2007-10-08 | The Flow Of Change |
2007-10-08 | Virtual LA: The Next Generation |
2007-10-08 | Range Non-Overlapping Indexing |
2007-10-08 | 7 Ways To Ruin A Technological Revolution |
2007-10-08 | Computational Neuroimaging |
2007-10-08 | Ruby And Google Maps |
2007-10-08 | Lightning talk on my GSoC project |
2007-10-08 | PhotoTechEDU Day 3: Ray Tracing, Lenses, and Mirrors |
2007-10-08 | Competing On The Basis Of Speed |
2007-10-08 | Google Test Automation Conference Lightning Talks |
Tags:
google
howto
introduction
sqlite