Path returns the path to currently open database file.
()
| 158 | |
| 159 | // Path returns the path to currently open database file. |
| 160 | func (db *DB) Path() string { |
| 161 | return db.path |
| 162 | } |
| 163 | |
| 164 | // GoString returns the Go string representation of the database. |
| 165 | func (db *DB) GoString() string { |
no outgoing calls