Getting friendly with PostgreSQL
I’m getting more pleasure than I perhaps should be from reading about the various data types one can store in a postgres database. Our previous exercises had used VARCHAR(255) which seems unnecessarily long to me for storing a name, but appears to be...
lizwade100days.hashnode.dev2 min read