QuixoraDB TempDB
English: Activate temporary databases (Redis, MySQL, PostgreSQL, MongoDB) on db.linkfunc.com, then view, copy, and test connections in the VS Code sidebar.
中文: 在 db.linkfunc.com 购买并兑换临时数据库,在 VS Code 侧边栏管理连接信息(复制凭据、测试连接、刷新状态)。
Quick start / 快速开始
- Install QuixoraDB TempDB from the Marketplace.
- Open the QuixoraDB activity bar → 临时数据库.
- Click the globe icon (在 Web 购买并激活) → complete purchase and redemption on the website.
- Return to VS Code (deeplink or automatic poll) → your connection appears in the tree.
Already have a redemption code? Use 粘贴兑换码(已有码) (key icon).
Default: production → https://db.linkfunc.com (browser opens this site when you click the globe icon).
Local / test Sales(默认 http://localhost:5156,见 sales/.../launchSettings.json):
- F5 调试:先
dotnet run 启动 Sales,再点地球图标;会探测 salesBaseUrlDevelopment/healthz,本地在线则自动用 development。
- 固定环境:设置
"quixoradbTempdb.apiEnvironment": "development" 或 "production"。
- 非默认端口时设置
"quixoradbTempdb.salesBaseUrlDevelopment": "http://localhost:PORT"。
浏览器若拦截外链,在 Configure Trusted Domains 中加入 http://localhost:5156(或 localhost)。
Features / 功能
- Purchase & redeem on the web (Payhip)
- Sidebar connection tree with copy host / port / user / password
- Test Redis, MySQL, PostgreSQL, MongoDB from the extension
- Refresh connection info by redemption code
- Reinstall VS Code? Paste the same code again on the web or in the extension
Settings / 设置
Sales API 环境(测试 / 生产)
| 场景 |
使用的地址 |
| 标题栏地球 · 新购激活 |
按 apiEnvironment + 本地 /healthz 探测(resolveSalesBaseUrlForActivation) |
| 刷新 / 粘贴码 / 深链接 / 树「打开激活页」 |
连接上的 salesBaseUrl → 上次激活地址 → 再按设置解析 |
| 每条连接 |
激活成功时写入 salesBaseUrl,刷新时优先用该地址 |
| Setting |
Default |
Description |
quixoradbTempdb.apiEnvironment |
production |
production / development / custom |
quixoradbTempdb.salesBaseUrlDevelopment |
http://localhost:5156 |
Browser + API base when environment is development |
quixoradbTempdb.salesBaseUrl |
https://db.linkfunc.com |
Sales URL when environment is custom |
quixoradbTempdb.pollIntervalMs |
2000 |
Poll interval while waiting for web activation (ms) |
quixoradbTempdb.pollTimeoutMs |
300000 |
Max wait for web activation (ms, 5 min) |
quixoradbTempdb.connectionTestTimeoutMs |
15000 |
Sidebar connection test timeout (ms) |
Legacy key quixoraTempdb.* is still read; prefer quixoradbTempdb.*.
Links / 链接
Support / 支持
Questions or issues: contact via https://db.linkfunc.com (site footer / support channel).