Logo
Explore Help
Register Sign In
oadmin/new-api
1
0
Fork 0
You've already forked new-api
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
2dbf50dc0776e2de605357b541e6a1ea329864f6
new-api/common/database.go

8 lines
141 B
Go
Raw Normal View History

fix: fix postgresql support (#606) * fix postgresql support fixes #517 * fix: fix pg support * chore: delete useless code --------- Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-10-22 18:38:29 +08:00
package common
var UsingSQLite = false
var UsingPostgreSQL = false
chore: drop idx_channels_key on start
2024-03-12 00:35:12 +08:00
var UsingMySQL = false
fix: fix postgresql support (#606) * fix postgresql support fixes #517 * fix: fix pg support * chore: delete useless code --------- Co-authored-by: JustSong <songquanpeng@foxmail.com>
2023-10-22 18:38:29 +08:00
add sqlite busy_timeout=5000
2023-11-23 03:48:30 +08:00
var SQLitePath = "one-api.db?_busy_timeout=5000"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 25.5.0 Page: 684ms Template: 19ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API