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://sequelize-slugify.nestedquotes.ca/
MIT License
56 stars 27 forks source link

Make slug column configurable #12

Closed joewoodhouse closed 7 years ago

joewoodhouse commented 7 years ago

Make it so you can configure the name of the column you want to slug, but default to the existing "slug".

Cyberuben commented 7 years ago

@jarrodconnolly can you accept this pull request?