1.1.0 • Published 4 years ago

mysql-discover v1.1.0

Weekly downloads
43
License
ISC
Repository
gitlab
Last release
4 years ago

First you need to make some settings to use the package:

const express = require('express') const discover = require('mysql-discover') const database_config = { host : 'your_host', user : 'your_user', password : 'your_strong_password', database : 'your_database' }

const app = express();

discover.run(app,database_config);

app.listen(your_port,()=>{ console.log('Works!'); })

Then, in your console, you can see de models and entry points discovered on database pased.

1.1.0

4 years ago

1.0.0

4 years ago