Pillar.Connection (Pillar v0.39.0)
View SourceStructure with connection config, such as host, port, user, password and other
Summary
Functions
Generates Connection from typical connection string
Types
Functions
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")