An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Sequelize Slugify Logo








# 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/)