adm_config.ini 446 B

1234567891011121314151617
  1. ; default database config 默认数据库配置
  2. [database]
  3. driver = sqlite
  4. file = ./admin.db
  5. database = goadmin
  6. ; Here are new tables to generate. 新的待转换的表格
  7. tables = new_table1,new_table2
  8. ; specified connection database config 指定数据库配置
  9. ; for example, database config which connection name is mydb.
  10. ;[database.mydb]
  11. ; table model config 数据模型设置
  12. [model]
  13. package = main
  14. connection = default
  15. output = ./tables