标签: python python-3.x postgresql asyncpg
我需要从数据库中获取具有所需参数的行。我正在使用asycpg与Postgresql一起工作 这是我的代码:
row = await connection.fetchrow('SELECT * FROM ' + self.game_name +' WHERE full_url = $1', full_url)
启动脚本时,出现此错误:
出什么问题了? PS我正在使用python3