We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b25422 commit ea09cc2Copy full SHA for ea09cc2
event-sourcing.md
@@ -1,7 +1,8 @@
1
# Implementing basic event sourcing tables with Postgres
2
3
-There are three main tables `aggregate`, `event` and `snapshot`.
+*See another more robust solution [here](https://github.com/alextanhongpin/postgres-learn/tree/master/event-sourcing).
4
5
+There are three main tables `aggregate`, `event` and `snapshot`.
6
7
```sql
8
DROP TYPE aggregate_type;
0 commit comments