SwiftLMDB icon indicating copy to clipboard operation
SwiftLMDB copied to clipboard

Simple & fast key value store in Swift

Results 2 SwiftLMDB issues
Sort by recently updated
recently updated
newest added

I'm playing around with LMDB and this library and just tried to use it in a bare-bones macOS application that is sandboxed. However, the database is not opening and `mdb_env_open`...