Database

如何查詢 Toshi 創建的比特幣數據庫?

  • June 13, 2015

我想查詢 Toshi 的(<https://github.com/coinbase/toshi>)數據庫,但不知道如何連接到它。似乎它在 docker 容器中執行。感謝任何幫助。

docker exec -it toshi_db_1 psql -U postgres -d toshi_development

在 github 問題上得到答案<https://github.com/coinbase/toshi/issues/198>

引用自:https://bitcoin.stackexchange.com/questions/37825