First post on the 11th day of tech camp ^^; The pre-learning start is 9/12.
--database.yml is a file that describes database settings. Rails has a mechanism that allows you to change the database settings for each operating environment by editing this database.yml.
--RDB (Relational Database) is a database that manages data in a tabular format. It has rows and columns. In the database, rows are called "records" and columns are called "columns". --When using RDBMS (RDB management system) and RDB (relational database), the system that manages them is called RDBMS. --MySQL is one of RDBMS --Many extensions --Small to large data can be handled --High flexibility
Recommended Posts