Pillar.Connection.new

You're seeing just the function new, go back to Pillar.Connection module for more information.

Specs

new(String.t()) :: t()

Generates Connection from typical connection string:

%Pillar.Connection{} = Pillar.Connection.new("https://user:password@localhost:8123/some_database")

# in this case "default" database is used
%Pillar.Connection{} = Pillar.Connection.new("https://localhost:8123")