entity-rs
entity-rs copied to clipboard
Happy to see this
TAO (and single table design) was my inspiration for a library I've been creating/using in TypeScript for a while. https://github.com/antoniopresto/powership/blob/master/packages/entity/src/indexRelations/tests/Entity.indexRelations.spec.ts#L312-L319
It would be great if you could share what your experience with this architecture was/is. Do you have any you plan to continue working on this?
I just started learning Rust and will take a look at this lib too.