WormBase / pseudoace

Modelling the WormBase ACeDB database in datomic.
4 stars 3 forks source link

Changing how dates are stored #62

Open adamjohnwright opened 7 years ago

adamjohnwright commented 7 years ago

Right now there are a variety of ways that dates are being stored see: https://github.com/WormBase/datomic-to-catalyst/blob/develop/src/rest_api/formatters/date.clj

It would be nice if we could store dates as a datomic datetype. This way we use the dates in the database in a consistent way.