mac -> brew services start postgresql
diesel migration run -> Run all created migrations diesel migration redo -> Update Existent Migrations diesel database reset -> Wipe all records from DB
psql postgres://localhost/db -> Opens DB shell so you can execute SQL