Database instance methods for SQLite databases accessed via Swift.
Set the correct pragmas on the connection.
# File lib/sequel/adapters/swift/sqlite.rb, line 15 def connect(opts) c = super connection_pragmas.each{|s| log_yield(s){c.execute(s)}} c end
[Validate]
Generated with the Darkfish Rdoc Generator 2.