chenshenhai / koa2-note

《Koa2进阶学习笔记》已完结🎄🎄🎄
https://chenshenhai.github.io/koa2-note
MIT License
5.18k stars 1.29k forks source link

8.1创建数据库会话代码片段里提示connection.release is not a function #41

Open crossingmay opened 6 years ago

crossingmay commented 6 years ago

看了下官方的实例,此处是connection.end(). 下面连接池部分是用的connection.release(). 不知道是不是只有我有这个问题. : )