| Home | Trees | Indices | Help |
|---|
|
|
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()'
|
|||
|
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.
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Dec 17 16:12:35 2011 | http://epydoc.sourceforge.net |