adm.ini 499 B

12345678910111213141516171819202122
  1. ; default database config 默认数据库配置
  2. [database]
  3. driver = mysql
  4. host = 127.0.0.1
  5. username = root
  6. port = 3306
  7. password = 123456
  8. database = goadmin
  9. ; Here are new tables to generate. 新的待转换的表格
  10. ; tables = new_table1,new_table2
  11. ; specified connection database config 指定数据库配置
  12. ; for example, database config which connection name is mydb.
  13. ;[database.mydb]
  14. ; table model config 数据模型设置
  15. [model]
  16. package = tables
  17. connection = default
  18. output = ./tables