Small package with support for PostgreSQL, MySQL and SQLite #413
frozenminds
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In an attempt to learn Go and start building a personal project, I discovered EventHorizon.
First, thanks to all the authors and contributors.
I know there is a small event source implementation (needs updating) for Postgres and this PR #344 which seems abandoned. However, I wanted to use the opportunity to learn and write some Go from scratch without being influenced by the existing code.
So here is my attempt to build an event store and a repo for EventHorizon using BUN. Tests are passing with Postgres, MySQL and SQLite. I didn't bother too much with MSSQL because it's my least priority (probably not too much to fix).
See it here:
I'm not sure about the code quality, hope it's decent. Any improvements under any form are welcome. If it's good enough at some point, you can also include it in the main repo.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions