Loggest thy stuff
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.

21 lines
563 B

  1. version: "1"
  2. packages:
  3. - name: "mysqlcore"
  4. path: "./internal/database/mysql/mysqlcore"
  5. queries: "./internal/database/mysql/queries"
  6. schema: "./scripts/goose-mysql"
  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: true
  13. overrides:
  14. - go_type: "git.aiterp.net/stufflog3/stufflog3-api/internal/sqltypes.NullRawMessage"
  15. db_type: "json"
  16. nullable: true
  17. - go_type: "float64"
  18. db_type: "float"
  19. - go_type: "int"
  20. db_type: "int"