Contribute Media
A thank you to everyone who makes this possible: Read More

SQLite: Gotchas and Gimmes

Description

Speaker: Dave Sawyer

Python's sqlite module provides access to the most deployed database engine in the world. We'll go beyond the docs to discover how to unlock the full power of SQLite without additional libraries. We'll identify deadly pitfalls and produce clean Pythonic code. Find out why the creators say to think of SQLite not as a replacement for Oracle, but as a replacement for open().

Slides can be found at: https://speakerdeck.com/pycon2016 and https://github.com/PyCon/2016-slides

Improve this page