elixir-mongo / mongodb_ecto

MongoDB adapter for Ecto
Apache License 2.0
368 stars 126 forks source link

Listen db changes #163

Closed dersar00 closed 6 years ago

dersar00 commented 6 years ago

Hello guys! I want to look for changes in my db(when created new record, when record is updated and ect.), how I can do it?

ankhers commented 6 years ago

Right now you can't. However, I have started work on this in the database driver. Unfortunately I was unable to finish it. Maybe someone else would like to take over? ankhers/mongodb#205