Skip to content

kevbuchanan/libcluster_postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cluster.Strategy.Postgres

Postgres LISTEN/NOTIFY strategy for libcluster.

Installation

TODO

Usage

config :libcluster,
  topologies: [
    postgres_example: [
      strategy: Cluster.Strategy.Postgres,
      config: [
        hostname: "yourdbhost",
        database: "example",
        username: "username",
        password: "password",
      ]

About

Postgres strategy for libcluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages