You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2022. It is now read-only.
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.