Re: Moving FutureSQL to KDE review

2023-03-24 Thread Harald Sitter
On Fri, Mar 24, 2023 at 12:23 PM Kevin Kofler wrote: > > Jonah Brüchert wrote: > > I would like to maintain it as an independent library for now, to be > > able to use C++20 features […] > > What is the point of allowing to build KDE Frameworks with an older C++ > standard (what is the minimum the

Re: Moving FutureSQL to KDE review

2023-03-24 Thread Kevin Kofler
Jonah Brüchert wrote: > I would like to maintain it as an independent library for now, to be > able to use C++20 features […] What is the point of allowing to build KDE Frameworks with an older C++ standard (what is the minimum these days?) if "many KDE projects" are going to depend on a library

Re: Moving FutureSQL to KDE review

2023-03-23 Thread Daniel Nicoletti
It would be nice to have it added to ASql as a driver, though it uses QCoro and I'm hoping to have something at std in order to have that, current PG driver doesn't need threads as it's event based... Em qui., 23 de mar. de 2023 às 15:06, Jonah Brüchert escreveu: > Hi! > > I would like to move m

Moving FutureSQL to KDE review

2023-03-23 Thread Jonah Brüchert
Hi! I would like to move my new project FutureSQL to KDE review. It aims to unify and simplify accessing SQL databases. In many KDE projects, there are custom abstractions that all end up doing very similar things:  - Running SQL(ite) queries on another thread  - extracting the query results f