目录安装psycopg2基本连接与操作1. 建立数据库连接2. 执行SQL查询3. 执行参数化查询(防止SQL注入)4. 插入数据5. 更新数据6. 删除数据使用上下文管理器(推荐)使用连接池(适用于Web应用)使用SQLAlchemy(ORM方式
This question already has answers here: Concatenate a vector of strings/character (8 answers) 开发者_如何学Go