dougou1943 2018-12-23 07:52
浏览 260

如何使用Python从BoltDB中读取?

I have a Go web app which stores some data in a built-in BoltDB.

Is there any way to read the content of it using Python?

  • 写回答

2条回答 默认 最新

  • du512926 2018-12-23 12:55
    关注

    Create a small handler in your Go application that responds with a database dump. Check out the database backups section of the BoltDB documentation for an example.

    评论

报告相同问题?