I'm using sqlite3 driver for go - http://mattn.github.io/go-sqlite3.
After attaching 3 databases to my original db and making sure i never close one of them, I loss the connection for the attached databases in the middle of my go program. is there any special reason that can cause that? would appreciate some help.