I've been working on a small extension to Sequel that handles the following at a database level:
* Timestamp Columns (Created At/Updated At) * Counter/Sum Caches * Immutable Columns As the name states, this is only for PostgreSQL. It uses triggers to handle things, which is what I would recommend for the above columns types. Anyway, check it out on github if you are interested: http://github.com/jeremyevans/sequel_postgresql_triggers. If you've been following the commit log, this uses the create_function and create_trigger Database methods recently added to the shared PostgreSQL adapter. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
