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
- Host: GitHub
- URL: https://github.com/pauljohanneskraft/codabledb
- Owner: pauljohanneskraft
- License: mit
- Created: 2018-10-21T21:31:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T19:35:22.000Z (over 3 years ago)
- Last Synced: 2025-04-11T21:52:15.485Z (about 1 year ago)
- Topics: codable, database, sqlite3, swift
- Language: Swift
- Size: 843 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.