Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Book database

Braxton Schafer edited this page Oct 6, 2013 · 2 revisions

The book database is accessed through the Bdb class. It's a sqlite3 database accessed using Python's sqlite3 library. The syntax for the queries is all standard SQL and so it would be easy for somebody to make it support another SQL database system.

More to come later

Clone this wiki locally