Note
This library is not a true database, nor is it a NoSQL database. A rework is planned for sometime in 2025 to transform it into a true database, which will be incompatible with older versions and will result in a major version bump.
Contributions are welcome! If you'd like to contribute to SafeVaultDB, please submit a pull request to the repository.
SafeVaultDB for python is released under the GNU GPL 3 License.
from SafeVaultDB import SafeVault
# Initialize SafeVault with database path and password
vault = SafeVault(database_path="path/to/database.db", password="your_password")You can install SafeVaultDB for python using pip:
pip install SafeVaultDB