Skip to content

jessiahr/db_watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DbWatch

TODO: Add description

Installation

If available in Hex, the package can be installed by adding db_watch to your list of dependencies in mix.exs:

def deps do
  [
    {:db_watch, "~> 0.1.0"}
  ]
end

Usage

post_watcher = %DbWatch{
      module: PostObserver, 
      db_type: :postgres, 
      conn: PostObserver.db_connection, 
      table: "posts", 
      id: "post_observer"
    }

About

Elixir database observer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages