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

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

2 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages