database - Manually edit boltdb file -


i have app written on golang , want create builin database, i've selected boltdb. i have init data want seed database manually. have database.db file , want put data it.

when open file - i see many 'nul' words. how can edit .db file manually?

you can't edit manually, have write code code that'd you.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -