microo8 / mimir

Generates minimal embedded database from structs in golang; moved to gitlab.com/microo8/mimir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qt

opened this issue · comments

I like this codgen approach.

I need to get this working with therecipe/Qt code, which I noticed your also using. So that would be a good test case.

So am happy to work on this with you if you want

How do you want to integrate it with Qt? Ofcourse you can contibute :) all help is appreciated

Hey Vladimir,
I am using grpc with QT. GRPC generates the RPC and the types. Mimir generates the the db active records from types.
I want to explore just putting them together to see how well developer productivity can be improved.

I having not played with Mimir yet but getting it synchronising data between mobile and server is the other thing. GRPC being in place will make the synchronization highly performance and robust.

GRPC btw gives the developer lots of goodies for free.
Tracing, metrics, Middleware Integration.

I am sure that you also have lots of ideas too, and because you wrote this I bet you have some ideas of things that need to done that are less ambitious, which we could both work on. Please let me know.

Hey i just send you more info via email :)