cldwalker / datomico

Use datomic with intention revealing names. Ease of use and sticking to datomic's principles are encouraged.
MIT License
49 stars 7 forks source link

Select records between dates #11

Closed devth closed 10 years ago

devth commented 11 years ago

Can I use datomico and rely on the :db/txInstant to filter the records I fetch or do I need to drop down to datalog? Thanks.

cldwalker commented 11 years ago

Thanks for reporting your issue! This is one of my 11 active issues. Use that link to check how soon your issue will be answered. Don't forget to check your issue against this project's CONTRIBUTING.md. Cheers.

cldwalker commented 10 years ago

If you're wanting to use datomico to filter records by :db/txInstant, it's possible. But without an example use case it's hard to know what you're looking for. Since datomico is really meant to handle user-defined entities (and :db is not one), my suggestion would be to use datomic's datalog for this case.