Conversation
atheken
commented
Dec 4, 2025
- Allows user to specify "fieldname before type".
- Enhances make targets to make testing a little bit easier.
| - ./mysql/mysql-multiple-databases.sql:/docker-entrypoint-initdb.d/3.sql | ||
| mermerd-mssql-test-db: | ||
| image: mcr.microsoft.com/mssql/server:2019-latest | ||
| platform: linux/amd64 |
There was a problem hiding this comment.
These tweaks allowed me to build/run the tests "out of the box", making it easier to just run make test-unit. At this point, it's probably reasonable to assume docker/docker-compose by default.
|
Hi @atheken - appreciate the contribution 🙌🏼 I am not sure if the tool should allow this feature/format though, as the mermaid documentation defines the format as According to the docs the two values even have different constraints:
|