The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Net::OpenID::JanRain::Stores::SQLStore

This module contains the base class for the SQL stores. It cannot be instantiated itself, but its included subclasses can. The library includes three subclasses, MySQLStore, PostGreSQLStore and SQLiteStore. (link these)

Interface

This class uses the interface of Net::OpenID::JanRain::Stores and implements one additional method.

createTables

The one new external method for SQLStores. It creates the database tables necessary for the store to work. It should not be called if the tables exist already.