conjurdemos / pet-store-demo

Tiny pet store app suitable for use in demos, tutorials, and POCs
Apache License 2.0
4 stars 24 forks source link

support usage with MySQL database #11

Closed doodlesbykumbi closed 5 years ago

doodlesbykumbi commented 5 years ago

Connected to #10

This PR:

  1. adds support for a mysql backend for the pet store application
  2. adds a DB_PLATFORM environment variable in the data source configuration - it is used in the DDL or DML scripts (such as schema-${platform}.sql or data-${platform}.sql)
  3. refactors the build to use multi-stage builds instead of separate steps
  4. adds a test script which ensures both mysql and postgres work as expected. it's a smoke test really. it's pretty simple and will result in a pass or fail

Confirm by inspecting the changes and ensuring the build is green