GraphQL API and utilities for the rpdata project
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.

12 lines
344 B

  1. version: "1"
  2. packages:
  3. - name: "psqlcore"
  4. path: "./database/postgres/psqlcore"
  5. queries: "./database/postgres/queries"
  6. schema: "./database/postgres/migrations"
  7. engine: "postgresql"
  8. emit_prepared_queries: false
  9. emit_interface: false
  10. emit_exact_table_names: false
  11. emit_empty_slices: true
  12. emit_json_tags: true