Squeal icon indicating copy to clipboard operation
Squeal copied to clipboard

Any chance of codable support being introduced to the library?

Open twof opened this issue 5 years ago • 2 comments

twof avatar Nov 16 '18 05:11 twof

I actually was thinking of this just last week, but I haven't had any time to explore how that would work. I'd be happy to review any ideas you have for this.

nerdyc avatar Nov 19 '18 05:11 nerdyc

I don't know if there's any difference in implementation between SQLite on iOS and on desktop, but Vapor has a server-side codable implementation you could either use as a dependency or take inspiration from.

https://github.com/vapor/sqlite/tree/master/Sources/SQLite/Codable

twof avatar Nov 19 '18 09:11 twof