@coding.aaronp An alternative is to use foregn keys for this (`:db/unique :db.unique/identity`), and let the database keep their internal IDs as implementation details. I think I'd do that. More details: https://github.com/kristianmandrup/datascript-tutorial/blob/master/entity-identity.md#lookup-refs
Thanks!