Migrations sqlx migrate add -r <name_of_change> SQL Queries psql -h localhost -p 5432 -U postgres -d postgres then SELECT * FROM users; Test make dev