This PR adds tooling to generate a DBML file for our schema. This is useful for sharing with other members of the team who can't easily spin up a database.
Todo:
[x] Move this to a composer command (even though we'll install the cli with npm) so that we can access the correct db connection info
[x] Add documentation about how to run the composer command and why you'd do it
[x] Add documentation for how to open the DBML file in a viewer, for instance dbdiagram.io
This PR adds tooling to generate a DBML file for our schema. This is useful for sharing with other members of the team who can't easily spin up a database.
Todo:
Note: this must be merged after #78