YapDatabase:YapDB是具有插件体系结构的collectionkeyvalue存储。 它在sqlite之上构建,供Swift和Objective-C开发人员使用
文件大小:
2430k
资源说明:YapDatabase是一个集合/键/值存储,还有更多。 它在sqlite之上构建,面向Swift和Objective-C开发人员,针对macOS,iOS,tvOS和watchOS。
你好,世界:
// Create and/or Open the database file
let db = YapDatabase ()
// Configure database:
// We're going to store String's in the collection "test".
// To store custom classes/structs, just implement Swift's Codable protocol.
db. registerCodableSerialization ( String . self , forCollection : " test " )
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。