Home | Trees | Index | Help |
|
---|
Package openid :: Package store :: Module sqlstore |
|
This module contains
implementations that use
various SQL databases to back them.OpenIDStore
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 . |
PostgreSQLStore |
This is a PostgreSQL-based specialization of . |
SQLiteStore |
This is an SQLite-based specialization of . |
SQLStore |
This is the parent class for the SQL stores, which contains the logic common to all of the SQL stores. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Dec 14 16:10:53 2007 | http://epydoc.sf.net |