08
- 8.1 Script a database
- Learning Objectives
- Scripted Databases
- Scripted Database
8.1 Script a database
Learning Objectives
By the end of this lesson you will be able to:
- Run database script as part of delivery pipeline.
Scripted Databases
Scripted Database
- Open database schema file from the AWSCLI instance. You can also find the file by visiting https://github.com/stelligent/sample_app/tree/master/db
- Open database migration file from the AWSCLI instance. You can also find the file by visiting https://github.com/stelligent/sample_app/tree/master/db/migrate
- Open database configuration file from the AWSCLI instance. You can also find the file by visiting https://github.com/stelligent/sample_app/blob/master/config/database.yml