Skip to content

Commit ea09cc2

Browse files
docs(event-sourcing): add link
1 parent 2b25422 commit ea09cc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

event-sourcing.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Implementing basic event sourcing tables with Postgres
22

3-
There are three main tables `aggregate`, `event` and `snapshot`.
3+
*See another more robust solution [here](https://github.com/alextanhongpin/postgres-learn/tree/master/event-sourcing).
44

5+
There are three main tables `aggregate`, `event` and `snapshot`.
56

67
```sql
78
DROP TYPE aggregate_type;

0 commit comments

Comments
 (0)