Skip to content

Switch to BoltDB

Compare
Choose a tag to compare
@rkfg rkfg released this 20 Dec 12:56
· 52 commits to master since this release

The user database has been changed to BoltDB. Config keys should also be changed, for the old LevelDB path use ldb_database_path, for the new BoltDB file path use bdb_database_path. To convert the database to BoltDB run ns2query --convert after changing the config. LevelDB isn't used anywhere now except for the conversion and will be dropped in next releases.