SetMetaPath sets the path to database metadata.
(path string)
| 460 | |
| 461 | // SetMetaPath sets the path to database metadata. |
| 462 | func (db *DB) SetMetaPath(path string) { |
| 463 | db.metaPath = path |
| 464 | } |
| 465 | |
| 466 | // LTXDir returns path of the root LTX directory. |
| 467 | func (db *DB) LTXDir() string { |