package repository const ( SqlFetchOneByName = "SELECT * FROM variables WHERE name = $1" )