如题, sequelize 链接资源使用完毕会自动释放吗? 目前只看到一个 close方法, 但是源码中的
注释信息如下:
Close all connections used by this sequelize instance, and free all references so the instance can be garbage collected.
并没有看到类似 release的方法
回复 (1)
参与回复
登录后即可参与回复。登录
如题, sequelize 链接资源使用完毕会自动释放吗? 目前只看到一个 close方法, 但是源码中的
注释信息如下:
Close all connections used by this sequelize instance, and free all references so the instance can be garbage collected.
并没有看到类似 release的方法