fengcen / arthas

[ABANDONED] An in-memory structure database for Rust.
MIT License
18 stars 1 forks source link

Make arthas backend agnostic? #2

Open pyrossh opened 7 years ago

pyrossh commented 7 years ago

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.

fengcen commented 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.

fengcen commented 5 years ago

Sorry guys. I have no time and interest in Rust right now. This project is going to Abandoned status.

pyrossh commented 5 years ago

Sure @fengcen Hope your'e doing good. Open source can be taxing sometimes. Even I've stopped contributing to open source recently.