Files
hounam-submit-form-backend/src/config/database.ts
2026-05-26 16:00:09 +03:30

17 lines
259 B
TypeScript

// import { Sequelize } from "sequelize";
// const sequelize = new Sequelize(
// "employee_form",
// "postgres",
// "root",
// {
// host: "127.0.0.1",
// dialect: "postgres",
// logging: false
// }
// );
// export default sequelize;