DVELevelDB is an open source Swift package for iOS and macOS wrapping the LevelDB key-value storage library.
To use the framework add the following dependency to your Package.swift
:
.package(url: "https://github.com/wiedem/dveleveldb-apple", .upToNextMajor(from: "2.0.0")),
DVELevelDB is compatible with iOS 13, macOS 11 and requires at least Swift 5.8. The framework also follows the SemVer 2.0.0 rules.