June 2024
Intermediate to advanced
456 pages
11h 34m
English
Normally, in Rails apps, you run bin/rails db:create to create their databases. To set up the databases for Rideshare, you’ll use a custom shell script. The reason is because the script is much more opinionated about how the users, privileges, schemas, and grants should be configured compared with what would be done by default.
Here’s an overview of what the script does:
In PostgreSQL, users are roles that have the LOGIN privilege. ...
Read now
Unlock full access