Summary
SQLite is a small and lightweight relational database engine that can be built directly into applications.
1
It is suitable for developing database-backed applications that remain manageable in size and complexity.
1
The Definitive Guide to SQLite is a good introductory book that covers the history, culture, purpose, and behavior of a SQLite application.
2
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
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.
Using SQLite [Book]
oreilly.com
Summary
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.
The Definitive Guide to SQLite: Owens, Mike: 9781590596739: Amazon.com: Books
amazon.com
Summary
Currently in its 2nd edition we have The Definitive Guide to SQLite . This is one of the better intro books that spends a lot of time covering the history, culture, purpose, and behavior of a SQLite application
Best SQLite Books For Developers & Database Admins
whatpixel.com
This is SQLite Python e-book. The e-book has 171 pages and 91 code examples. It has 106 code examples. It covers database programming with Python and SQLite in ...
SQLite Python e-book
zetcode.com
SQLite Using SQLite by Jay A Kreibich Straight and to the point. Wonderful tutorial. ... SQLite is a great database engine and this book is a fantastic ...
SQLite Books | ICT Academy at IITK
iitk.ac.in
This tutorial will cover using SQLite in combination with Python's sqlite3 interface. ... premise that a database needs to be created for a fictitious book ...
A SQLite Tutorial with Python
stackabuse.com