Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

A simple `BINARY(16)` UUID data type for Sequelize.

Notifications You must be signed in to change notification settings

guimauvedigital/sequelize-uuid-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sequelize-uuid-binary

A simple BINARY(16) UUID data type for Sequelize.

{
    id: uuidDatatype(),
    // ... other fields
}

You can also add any custom options to the uuidDatatype function, the same way you would with Sequelize.UUID:

{
    id: uuidDatatype({
        primaryKey: true,
        allowNull: false,
    }),
    // ... other fields
}

About

A simple `BINARY(16)` UUID data type for Sequelize.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published

Contributors 2

  •  
  •