ActiveRecord::ConnectionAdapters::SQLiteAdapter


Files

Parent

Description

The SQLite adapter works with both the 2.x and 3.x series of SQLite with the sqlite-ruby drivers (available both as gems and from rubyforge.org/projects/sqlite-ruby/).

Options:

  • :database - Path to the database file.

Methods

Public Instance methods

change_column_null (table_name, column_name, null, default = nil)

disconnect! ()

empty_insert_statement (table_name)

rename_table (name, new_name)

requires_reloading? ()

select_rows (sql, name = nil)

Protected Instance methods

catch_schema_changes () {|| ...}

default_primary_key_type ()

sqlite_version ()

table_structure (table_name)