I continue my journey with Postgresql.
Today, I got to learn about roles and permission groups, and dealing with psql backslash commands.
Yesterday I learned that Google Cloud SDK CLI tool still relies on Python 2.7, and this is related to Postgresql because on Windows these two things can't coexist as Python fails to properly.import pgAdmin4's "os.py" module, because you see, GC CLI is trying to import "os.py" from the core library. Python, why you so weird.
The other day I learned about the different datatypes.
The other day I learned how to install it.
This is all great stuff, but I've now gone a full week without contributing a single line of code to Chill.
And now that I see Postgresql's separation of Schema concept, I'm already considering splitting out the account stuff and the chill stuff into separate schema's, and then even splitting up the service API into two service api's, one to control account stuff, one to control chill related stuff.
I hate having only singular hours at a time to work on this thing.