# File lib/sql/sqlite3.rb, line 10 def table(table_name) SQL::Sqlite3::Table.new(self, table_name) end