An open API service indexing awesome lists of open source software.

https://github.com/pauljohanneskraft/codabledb

SQLite3 wrapper to enable simple access via the Codable protocol
https://github.com/pauljohanneskraft/codabledb

codable database sqlite3 swift

Last synced: about 1 year ago
JSON representation

SQLite3 wrapper to enable simple access via the Codable protocol

Awesome Lists containing this project

README

          

![CodableDB](https://user-images.githubusercontent.com/15239005/218556442-db228d5d-0ed7-4932-8ec8-1b56e83a124d.png)

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.