pauljohanneskraft / CodableDB

SQLite3 wrapper to enable simple access via the Codable protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodableDB

Have you ever thought, that database solutions for iOS have always felt too complicated? Are you mad due to too many dynamic-vars and complicated adaptions to finally make a type suitable for a database? Search no further, as CodableDB offers to save any struct, class or enum to be saved in a database, not even with the need of creating specific tables.

About

SQLite3 wrapper to enable simple access via the Codable protocol

License:MIT License


Languages

Language:Swift 98.3%Language:Ruby 1.7%