xiaoyi510 / rustdesk-api-server

RustDesk Api Server
Apache License 2.0
194 stars 65 forks source link

go-sqlite3 requires cgo to work. This is a stub #24

Closed sun9999-dev closed 1 year ago

sun9999-dev commented 1 year ago

2023/10/22 11:17:03.282 [I] [mysql.go:40] 数据库注册类型 sqlite3 [ORM]2023/10/22 11:17:03 register db Ping default, Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub 2023/10/22 11:17:03.282 [E] [mysql.go:49] sqlite3 数据库注册失败 register db Ping default, Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub

xiaoyi510 commented 1 year ago

你可以使用 mysql 嘿嘿 使用sqlite 需要自己cgo 编译下