Class ActiveRecord::ConnectionAdapters::SQLiteAdapter
In: lib/active_record/connection_adapters/sqlite_adapter.rb
Parent: AbstractAdapter

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

External Aliases

remove_column -> remove_columns

Public Instance methods

Protected Instance methods

[Validate]