gorm-binary-16-uuid

Implementation of UUID and binary(16) in gorm v2.

Stars
5
Committers
1

Binary(16) UUID Custom Gorm Datatype Implementation

This repository aims to create custom binary(16) datatype for GORM v2.

Read this medium article for full explanation

This Repository contains

  1. BeforeCreate Hook
  2. Custom Data Type
  3. MySQL UUID Implementation

To run the project

1) Clone the project
2) go run .