Todo: this is entirely blocking at the moment just to get it running but moving forward this will be in the background.
-
Create a database named
test
-
Create a users table
psql -d test -f queries/create_users.sql
-
Run the script
go run main.go
- There are some errors at the moment but we can fix these.
-
In another window insert, update or delete records into the user table, see the notifications printed on the screen.