Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用golang编写的应用程序,我想创建一个builin 数据库,我选择了 boltdb。我有一些我想手动播种到数据库的初始化数据。我有database.db文件,我想将一些数据放入其中。
当我打开这个文件时 -我看到很多“NUL”字样。如何手动编辑 .db 文件?
你不能手动编辑它,你必须编写代码来为你做这件事。