← Back
CodableDB
SQLite wrapper that persists any Codable struct, class, or enum without hand-writing tables.
GitHub →Swift
README

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.