View Source Prestige.Session (prestige v3.0.0)
Struct that hold connection information as well and current transactions and prepared statements. Needed for all interactions with presto
Example
session = Presto.new_session(url: "http://localhost:8080", user: "bbalser", catalog: "hive", schema: "default")