1.0.0 • Published 3 years ago
mysql-modelify v1.0.0
modelify
Modelify is a simple and ready to use application to alter your database. The application requires an existing database to run.
Usage
import modelify from 'modelify';
import express from 'express';
modelify.run(YOUR_PORT_NUMBER, {
host: 'localhost',
database: 'modelify',
user: 'root',
password: '',
}, express());
1.0.0
3 years ago