| # Initialization Guide | |
| > The mysql, oracle, and pg directories contain database initialization scripts for Mysql, Oracle, and PostgreSql. | |
| ## To Shenyu Users | |
| - mysql/schema.sql | |
| > The file is the Mysql initialization script. | |
| - oracle/schema.sql | |
| > The file is the Oracle initialization script. | |
| - pg/create-database.sql、pg/create-table.sql | |
| > The files are the PostgreSql initialization script. | |