Automatically generate slugs for an Objection.js model
Generate a unique character string suitible for use in files and URLs.
An SQL-friendly ORM for Node.js
Generate a slug just like GitHub does for markdown headings.
Objectionjs plugin to whitelist/blacklist model properties
slugifies even utf-8 chars!
rehype plugin to add `id` attributes to headings
Automatically slugifies a source field.
A filter module for objection.js
Paginated queries for Objection.js
db-errors plugin for objection.js
A plugin for objection js that supports soft delete
objection-unique
Objection module for NestJS
Slug generator with less than 1 KB and no dependencies, RFC 3986 compliant
Node.js module to generate URL slugs. Another one? This one cares about i18n and transliterates non-Latin scripts to conform to the RFC3986 standard. Mostly API-compatible with similar modules.
objection-guid
TypeScript definitions for slug
`objection-gen` generates random data for [Objection.js](https://github.com/Vincit/objection.js/)'s model and other related models. It uses a model's `jsonSchema` and `relationMappings`to generate random data and follow the relations respectively. Interna
A plugin for objection js to support soft delete functionallity
Objection adapter for factory girl.
Editor friendly slug fields for your Sanity.io studio
Plugin for Objection.js to add softdelete functionality
Originally designed as Swagger definition generator for Objection.js models. Since then scope was extended to also cover Swagger-compatible snippets generation from plain JSON Schema entries as well as set of conversions that are useful for model and sche
Slugr is a gem to automatically create ActiveRecord object slugs for use in permalinks based on a title, name, headline, or some other unique and descriptive string field.
Bare-bones minimum slugs. No validations or versioning.
Lightweight Ruby on Rails gem to handle slugs for Active Record objects.
Include on objects to add slugging behavior
creates slugs based, accounting for duplicates. Needs to be added from the very beginning to count correctly. Adds slug before creation, does not save object. Object to be slugged need to have "slug" column, which needs to be described in the model with "sluggable_attribute :column_name"
Use this gem to render slugs for objects in your database.
By defining a slug in an object's controller, this will change the url (i.e. /posts/1 => /posts/ham-sandwich
Contentful API wrapper library exposing an ActiveRecord-like interface