Package openid :: Package store :: Module sqlstore
[frames] | no frames]

Module sqlstore

source code

This module contains OpenIDStore implementations that use various SQL databases to back them.

Classes [hide private]
  SQLStore
This is the parent class for the SQL stores, which contains the logic common to all of the SQL stores.
  SQLiteStore
This is an SQLite-based specialization of SQLStore.
  MySQLStore
This is a MySQL-based specialization of SQLStore.
  PostgreSQLStore
This is a PostgreSQL-based specialization of SQLStore.