mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #187] 数据库连接对接外部数据库 #117
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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的点,当然,也会增大代码编写成本
@usual2970 commented on GitHub (Oct 13, 2024):
感谢反馈~ Certimate目前使用 sqlite,后续没有支持其他数据库的计划