ntdbrestore
New Trivial Database - bundled binaries
Install
- All systems
-
curl cmd.cat/ntdbrestore.sh
- Debian
-
apt-get install ntdb-tools - Ubuntu
-
apt-get install ntdb-tools - CentOS
-
yum install samba4-client - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ntdb-tools - Raspbian
-
apt-get install ntdb-tools
ntdb-tools
New Trivial Database - bundled binaries
This is a simple database API. It is modelled after the structure of GDBM. TDB features, unlike GDBM, multiple writers support with appropriate locking and transactions. ntdb uses a file format that is incompatible with tdb, but the API is similar. It improves performance, adds support for databases larger than 4 Gb, and improves integration with talloc. This package contains bundled test and utility binaries.