[GH-ISSUE #187] 数据库连接对接外部数据库 #117

Closed
opened 2026-03-03 00:31:36 +03:00 by kerem · 1 comment
Owner

Originally created by @lsx1205 on GitHub (Oct 12, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/187

功能描述
您好,我初次使用certimate这个产品,了解到数据库使用的sqlite的方式,我之前使用uptime kuma这个产品用来实现监控一些内网域名,它也是使用sqlite,但是我感觉这种形式需要考虑到去备份db文件,增加了一个额外去备份的点

动机
对接外部的数据库,不管是云上数据库,还是自建的数据库,都减少了一个额外备份db的点,当然,也会增大代码编写成本

Originally created by @lsx1205 on GitHub (Oct 12, 2024). Original GitHub issue: https://github.com/certimate-go/certimate/issues/187 **功能描述** 您好,我初次使用certimate这个产品,了解到数据库使用的sqlite的方式,我之前使用uptime kuma这个产品用来实现监控一些内网域名,它也是使用sqlite,但是我感觉这种形式需要考虑到去备份db文件,增加了一个额外去备份的点 **动机** 对接外部的数据库,不管是云上数据库,还是自建的数据库,都减少了一个额外备份db的点,当然,也会增大代码编写成本
kerem 2026-03-03 00:31:36 +03:00
Author
Owner

@usual2970 commented on GitHub (Oct 13, 2024):

感谢反馈~ Certimate目前使用 sqlite,后续没有支持其他数据库的计划

<!-- gh-comment-id:2408929081 --> @usual2970 commented on GitHub (Oct 13, 2024): 感谢反馈~ Certimate目前使用 sqlite,后续没有支持其他数据库的计划
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#117
No description provided.