Database instance methods for SQLite databases accessed via Swift.
Set the correct pragmas on the connection.
# File lib/sequel/adapters/swift/sqlite.rb, line 13 13: def connect(opts) 14: c = super 15: connection_pragmas.each{|s| log_yield(s){c.execute(s)}} 16: c 17: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.