databasegoboltdb

Manually edit boltdb file


I have an app written on golang and I want to create a builin database, I've selected boltdb. I have some init data that I want to seed into database manually. I have database.db file and I want to put some data into it.

When I open this file - I see many 'NUL' words. How can I edit .db file manually?


Solution

  • You can't edit it manually, you have to write code code that'd do that for you.