package
0.0.0-20170815104732-7b6859b7a009
Repository: https://github.com/altairsix/eventsource.git
Documentation: pkg.go.dev
# Functions
CreateIfNotExists creates the specified table and index(es) in the db if they do not already exist.
New returns a new postgres backed eventsource.Store.
# Constants
CheckIndexSQL provides sql to query db to determine whether the index exists.
CreateIndexSQL provides sql to create the index.
CreateSQL provides sql to create the event source table.