Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 742 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 742 Bytes

DVELevelDB Framework for iOS and macOS

DVELevelDB is an open source Swift package for iOS and macOS wrapping the LevelDB key-value storage library.

Using DVELevelDB

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")),

Compatibility

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.