https://github.com/jarrodconnolly/sequelize-slugify
Sequelize Slugify is a plugin for the Sequelize ORM that automatically creates and updates unique, URL safe slugs for your database models.
https://github.com/jarrodconnolly/sequelize-slugify
nodejs sequelize sequelize-extension sequelize-orm sequelize-plugin sequelize-slugify sequelizejs
Last synced: about 1 month ago
JSON representation
Sequelize Slugify is a plugin for the Sequelize ORM that automatically creates and updates unique, URL safe slugs for your database models.
- Host: GitHub
- URL: https://github.com/jarrodconnolly/sequelize-slugify
- Owner: jarrodconnolly
- License: mit
- Created: 2015-08-02T03:43:41.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T22:42:36.000Z (about 3 years ago)
- Last Synced: 2025-10-24T16:34:03.230Z (4 months ago)
- Topics: nodejs, sequelize, sequelize-extension, sequelize-orm, sequelize-plugin, sequelize-slugify, sequelizejs
- Language: JavaScript
- Homepage: https://sequelize-slugify.nestedquotes.ca/
- Size: 1.51 MB
- Stars: 56
- Watchers: 3
- Forks: 27
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Sequelize Slugify
#### What does Sequelize Slugify do?
* A plugin for Sequelize ORM models to automatically create and update unique slugs
#### Unit Testing
* GitHub Actions CI tests
* PostgreSQL
* MySQL
* MariaDB
* SQLite
* MSSQL
#### Releases
* Semantic Versioning
* Supporting Node.js v10+
#### Documentation
* [Documentaiton Website](https://sequelize-slugify.nestedquotes.ca/)