-
Notifications
You must be signed in to change notification settings - Fork 1
Home
AGenson edited this page Mar 4, 2018
·
11 revisions
Moleculer template for creating a web api, with a remote MySQL database.
This template is based on moleculer, using:
This adapter overwrites the one from moleculer-db:
- So less functionalities
- But some are added (like multi-table management per service).
For now the actions are very limited, but when understanding the adapter, you can change it to add your own features.
It is more an example of usage than a template, but you can :
- Change as you want the tables' model
- Create your own services (just be sure to keep the configuration described in Usage)
- Change API routes to your own purpose
- Home
- Features
- Install
- Usage
-
Database Functions
- Constructor
- Operations
- Database Errors
- Account Management