An example data access application to showcase the various simple and complex query, command and repository services, created with Service Builder.
The MySQL database used with this example application is the classicmodels
database for MySQL Tutorial
. The following is the ER diagram for this database from the MySQL Tutorial site
:
Three examples from the Get Started with Data Access Service tutorial.
Query service examples from Query Service Deep Dive.
SQL service examples from SQL Service Deep Dive.
repository service examples from Repository Service Deep Dive.
Follow the steps below to clone and deploy this application to a remote development workspace:
- Create a Service Builder DevContainer according to its Get Started instruction.
- Clone this application in the work folder.
- Create, test and deploy a data source according to Service Builder Tutorial.
- Deploy the application.
- Test the example query, command and repository services in the application.
You are welcome to contribute examples to this repository, or provide any feedback you may have.
https://github.com/bklogic/backlogic-project