hint 1
Have a look at the search box
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| # | |
| # `7MN. `7MF' | |
| # __, MMN. M | |
| #`7MM M YMb M pd""b. | |
| # MM M `MN. M (O) `8b | |
| # MM M `MM.M ,89 | |
| # MM M YMM ""Yb. | |
| #.JMML..JML. YM 88 | |
| # (O) .M' |
| import { Sequelize } from 'sequelize' | |
| const sequelize = new Sequelize( | |
| 'postgres', | |
| 'postgres', | |
| 'postgres', | |
| { | |
| dialect: 'postgres', | |
| host: 'localhost' | |
| } |