# File lib/dbd/SQLite.rb, line 79 79: def connect(dbname, user, auth, attr_hash) 80: return Database.new(dbname, user, auth, attr_hash) 81: end