hofstadter-io / hof

Framework that joins data models, schemas, code generation, and a task engine. Language and technology agnostic.
https://docs.hofstadter.io
Apache License 2.0
511 stars 35 forks source link

hof/dm: Support human readable segment in checkpoint indent #364

Closed verdverm closed 4 months ago

verdverm commented 4 months ago

What feature would you like?

A human readable segment for the checkpoint, similar to what one sees with sql migration files.

Currently the ident is just a datetime stamp for proper ordering. We likely want to add a suffix option for easy identification / memory for humans.

Implement as flag?