jxmono / crud

:fork_and_knife: CRUD for mono
MIT License
0 stars 1 forks source link

Add a TTL option for items #14

Open ottiker opened 11 years ago

ottiker commented 11 years ago

Add a "Time-To-Live" option to the template. MongoDB supports TTL on collection level, but in crud different templates can have the same collection.

Info: http://docs.mongodb.org/manual/tutorial/expire-data/