You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
440 B

1 year ago
  1. version: "1"
  2. packages:
  3. - name: "mysqlgen"
  4. path: "./mysqlgen"
  5. queries: "./queries"
  6. schema: "./migrations"
  7. engine: "mysql"
  8. emit_prepared_queries: true
  9. emit_interface: false
  10. emit_exact_table_names: false
  11. emit_empty_slices: true
  12. emit_json_tags: false
  13. overrides:
  14. - go_type: "float64"
  15. db_type: "float"
  16. - go_type: "float64"
  17. db_type: "float"
  18. nullable: true
  19. - go_type: "int"
  20. db_type: "int"