I want to use Datalevin as a database for my app. The README mentions :db/id
as the identifier of entities, and I see these do get an autoincremented integer value on insertion.
However, there are also multiple mentions of :db/ident
in the source code, for example for implicit constants.
What are the purposes of the two keywords and what are the differences?