On Jan 17, 11:55 pm, sbed <[email protected]> wrote: > Hi, > I'm Sequel newbe fan. I would like to implement undo/redo mechanism to > my database (now sqlite but later mysql). > How to do by a smart fashion? I'm considering this > approach:http://www.sqlite.org/cvstrac/wiki?p=UndoRedo. > Any suggestion?
That approach isn't really specific to SQLite, any database that supports triggers should be able to implement something similar. 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.
