The development of #GRDB 7 has started :-) Don't expect anything big - I'll focus on strict Swift concurrency, fixing a few api annoyances, and bumping the minimum Swift version.
@groue looking forward to it!
@groue Yay. JSONB?
@jason_abbott Oh, thank you for mentioning JSONB! I'll have to break some things in order to support that It may not ship on 7.0 (JSONB was shipped last January, I don't even know if any Apple OS ships with SQLite 3.45 already?) - Yet we definitely want to support that sooner or later :-)
@groue Happy it’s on the radar. I’m using GRDB with custom SQLite build so I’m ready now .
I’m also very pleased with GRDB as is and realize JSONB would probably have only a subtle or no effect on the app.
@jason_abbott Thank you Jason. Don't hesitate opening a discussion in the GitHub repository if you want to share a few of your expectations about JSONB support. I don't have any use for it, so I may miss crucial aspects if I lack the guidance of actual use cases!
@jason_abbott BTW, I like it that you prefer the low-level apis. It always starts at that level, the rest is convenience :)
@groue how long does an update like this take?
@rwitherspoon Time will tell! Since I don't plan to add anything big, it shouldn't be long. Most ideas have been incubating for a while, now it's just execution time