Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 201 Bytes

File metadata and controls

12 lines (8 loc) · 201 Bytes

recipes for sharing

Notes:

install postgres be sure you have postgres role

CREATE USER postgres SUPERUSER;

not needed to create any database, AutoMigrate from gorm will do for you :)