1.0.0 • Published 3 years ago

mysql-modelify v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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());