Now I am using this Python code to insert record into posgresql:
def save(self, title, guid, author): article = ArticleService( title=title, u