rbdc-mcp
rbdc-mcpは、Rustで開発されたデータベース接続ライブラリで、シンプルで効率的なAPIを提供します。これにより、データベースとのインタラクションが容易になり、開発者は迅速にアプリケーションを構築できます。特に、非同期処理に対応しており、高いパフォーマンスを発揮します。
GitHubスター
17
ユーザー評価
未評価
お気に入り
0
閲覧数
20
フォーク
4
イシュー
0
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
Download the latest release for your platform from [GitHub Releases](https://github.com/rbatis/rbdc-mcp/releases):
| Platform | Download |
|----------|----------|
| Windows (x64) |
rbdc-mcp-windows-x86_64.exe
|
| macOS (Intel) | rbdc-mcp-macos-x86_64
|
| macOS (Apple Silicon) | rbdc-mcp-macos-aarch64
|
| Linux (x64) | rbdc-mcp-linux-x86_64
|
Installation Steps:
Windows:
1Download (
rbdc-mcp-windows-x86_64.exe
)[https://github.com/rbatis/rbdc-mcp/releases]2Rename to
rbdc-mcp.exe
3Move to a directory, e.g.,
C:\tools\rbdc-mcp.exe
4Add to PATH environment variable:
- Right-click "This PC" → "Properties" → "Advanced system settings" → "Environment Variables"
- Find "Path" in "System variables", click "Edit"
- Add C:\tools
to the path list
5Restart command prompt, test:
macOS:
rbdc-mcp --help
1Download the appropriate file:
- Intel chip: (rbdc-mcp-macos-x86_64
)[https://github.com/rbatis/rbdc-mcp/releases]