Open pyrossh opened 7 years ago
I like your idea. It wasn't hard to make backend agnostic, but it might take some time to optimize the performance of complex query. I don't have so much time now, maybe I would add this feature a few weeks later.
Sorry guys. I have no time and interest in Rust right now. This project is going to Abandoned status.
Sure @fengcen Hope your'e doing good. Open source can be taxing sometimes. Even I've stopped contributing to open source recently.
I was looking at the features arthas provides as an orm and is has a really clean api and was wondering if you could make it backend/database agnostic so that we can plug in any other database. I was planning to build an orm just like it, struct based for mongodb/postgres. If arthas can be made to load a backend through feature flags or adapters it would really nice as I see the api is really well made.