├── .gitignore ├── LICENSE ├── README.md ├── mksql.php └── sql └── poetry.sql.zip /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kooooooma/chinese-poetry-mysql/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kooooooma/chinese-poetry-mysql/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kooooooma/chinese-poetry-mysql/HEAD/README.md -------------------------------------------------------------------------------- /mksql.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kooooooma/chinese-poetry-mysql/HEAD/mksql.php -------------------------------------------------------------------------------- /sql/poetry.sql.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kooooooma/chinese-poetry-mysql/HEAD/sql/poetry.sql.zip --------------------------------------------------------------------------------