SilkyFalcon

Generation

generate functionSat, 03 Dec 2022

Connect to database

def connect_to_database() do {:ok, pid} = Postgrex.start_link(hostname: "127.0.0.1", database: "web_development") pid end

Questions about programming?Chat with your personal AI assistant