fingerprint when you need a fast equality check for a schema source.
Matching fingerprints mean the modeled schema objects are equal, ignoring SQL formatting and comments.
Use this when
- A script needs a compact drift signal.
- You want to compare a tree and database after deploy.
- Two schema spellings should normalize to the same model.
- Debugging requires the model hash only.
Run it
Flags
Required schema source to fingerprint.
Exit codes
| Code | Meaning |
|---|---|
0 | Fingerprint printed |
1 | Runtime failure |
2 | Extraction diagnostics contained an error |
Related
Inspect
Print the model that produced the hash.
Verify
Compare fingerprints after apply-twice verification.
Diff
Render operations when fingerprints differ.
Sources
Choose source formats for comparisons.

