Parent

Methods

Files

DataMapper::Spec::Adapters::SqliteAdapter

Public Instance Methods

connection_uri() click to toggle source
    # File lib/dm-sqlite-adapter/spec/setup.rb, line 11
11:         def connection_uri
12:           if name == :default
13:             "sqlite3::memory:"
14:           else
15:             # sqlite doesn't support two in memory dbs
16:             "sqlite3://#{Dir.tmpdir}/#{storage_name}.db"
17:           end
18:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.