nodecosmos / charybdis

Rust ORM for ScyllaDB and Apache Cassandra
MIT License
108 stars 6 forks source link

update: populate fields of current struct on push & pull #38

Closed GoranBrkuljan closed 1 month ago

GoranBrkuljan commented 1 month ago

Currently, when we do model.push_<collection_field>(val) we just run db query, but we don't alter model fields themselves. This change should make sure that model fields are changed on app level as well.