Skip to content

swloopit/golang-boltdb2sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

golang-boltdb2sql

migrate boltdb to sql

why

migrate data from bucket/key-value to sql table/key/value

the mapping is :

bucket name == table name

key == field of a table called key

value == field of a table called value

how

go build boltdb2sql.go

./boltdb2sql filename_boltdb.db > textfile.sql

Releases

No releases published

Packages

 
 
 

Languages