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

Module openid.store.sqlstore

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

Example of how to initialize a store database:
   python -c 'from openid.store import sqlstore; import pysqlite2.dbapi2; sqlstore.SQLiteStore(pysqlite2.dbapi2.connect("cstore.db")).createTables()'

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

Generated by Epydoc 2.1 on Fri Jun 6 15:54:34 2008 http://epydoc.sf.net