Closed qshuai closed 6 years ago
Just open as many as you want db1, err1 := bolt.Open("my1.db", 0600, nil) db2, err2 := bolt.Open("my2.db", 0600, nil)
@igordata Thanks!
Your scheme is feasible, but I do not like the way! I am looking for the scheme better than this.
The following repository written by me is a sample similar to this scheme. bolt-multifile-sample
If there is a single file to store, it will be so hug. I just want to store my data using many files. How to do this?