Releases: goradd/gro
Releases · goradd/gro
v0.0.3
v0.0.2
The AutoPrimaryKey column type represents whatever type is used by the database for self generated primary keys. In MySQL, this is an auto_increment integer, in Postgres a serial integer, in MongoDB it will be an ObjectID, etc. In databases that do not generate an ID, like Dynamodb, this will be generated by the driver, and likely will be a ULID.