eventsource icon indicating copy to clipboard operation
eventsource copied to clipboard

library to simplify tasks around event sourcing with golang

Results 2 eventsource issues
Sort by recently updated
recently updated
newest added

This pull request contains a provider for Postgres. As sqlstore currently includes references to "github.com/go-sql-driver/mysql", I've pulled the MySql specific code out into separate package. Unfortunately this does mean the...