The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.