在我的应用程序运行期间保持嵌入式数据库文件打开可以吗?
我正在使用嵌入式数据库文件,在启动我的应用程序时,我将打开数据库文件,只有当应用程序退出时,我才会关闭数据库文件,这是最佳实践吗?
我应该使用传统的打开-更新-关闭方式吗?
I am using an embedded database file, on start up of my app, i will open the database file, only when the app exit, i close the database file, is it a best practice?
should i use it the traditional open-update-close fashion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这种方法没有任何问题,只要:
There's nothing wrong with this approach as long as: