{"library":"sequelize-date-no-tz-postgres","type":"library","category":null,"description":"This package extends Sequelize to support the DATE_NO_TZ data type for PostgreSQL, enabling storage of timestamps without time zone (equivalent to PostgreSQL's timestamp without time zone). The current version is 1.0.0. It is a minimal utility that wraps Sequelize's DataTypes to add the missing DATE_NO_TZ type, addressing an open Sequelize issue. It is not actively maintained and has no updates since initial release. It is a simple drop-in solution for users who need to work with timestamps that ignore timezone conversion.","language":"javascript","status":"active","version":"1.0.0","tags":["javascript","PostgreSQL","Time without timezone","Time","Timezone","Sequelize"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install sequelize-date-no-tz-postgres","imports":["const withDateNoTz = require('sequelize-date-no-tz-postgres');","const DataTypes = withDateNoTz(Sequelize.DataTypes); // then DataTypes.DATE_NO_TZ","const Sequelize = withDateNoTz(SequelizeBase); // then Sequelize.DATE_NO_TZ"]},{"cmd":"yarn add sequelize-date-no-tz-postgres","imports":[]},{"cmd":"pnpm add sequelize-date-no-tz-postgres","imports":[]}],"homepage":"https://github.com/abelosorio/sequelize-date-no-tz-postgres#readme","github":"git://github.com/abelosorio/sequelize-date-no-tz-postgres","docs":null,"changelog":null,"pypi":null,"npm":"sequelize-date-no-tz-postgres","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}