biokoda / actordb

ActorDB distributed SQL database
Mozilla Public License 2.0
1.9k stars 71 forks source link

actor tagging #12

Closed bithavoc closed 9 years ago

bithavoc commented 9 years ago

Is there a way to tag certain actors and match them when updating just like I do with *?

What I want to be able to modify data in many actors at the same time without having to name them all.

SergejJurecko commented 9 years ago

You could use for statement if you have that list stored in another actor: http://www.actordb.com/docs-querymodel.html#h_414

Having tags is an interesting idea and probably would not be very difficult to add. I will think about it.

bithavoc commented 9 years ago

Yes, I figured out it could be easily implemented with pragma actors :+1