Skip to content

Commit

Permalink
Add repo badges
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd authored May 16, 2021
1 parent a313aa8 commit 033d7d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Go Message DB Client

[![Checks](https://github.com/alexrudd/gomdb/actions/workflows/checks.yml/badge.svg?event=push)](https://github.com/alexrudd/gomdb/actions/workflows/checks.yml)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/alexrudd/gomdb)](https://pkg.go.dev/github.com/alexrudd/gomdb)

This module implements a thin Go wrapper around the [Message DB](https://github.com/message-db/message-db) message store. Message DB is an event store implemented on top of Postgres, ideal for event sourcing applications.

The client supports all Message DB read and write procedures, choosing to default to their simplest forms and providing configurability through options functions.
Expand Down Expand Up @@ -106,4 +109,4 @@ client = gomdb.NewClient(

## Contributing

All contributions welcome, especially anyone with SQL experience who could tidy up how queries are run and how read errors are handled.
All contributions welcome, especially anyone with SQL experience who could tidy up how queries are run and how read errors are handled.

0 comments on commit 033d7d4

Please sign in to comment.