On 18 Sty, 17:20, Jeremy Evans <[email protected]> wrote: > 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.
Yes, I know, but I'm looking for a "high level" solution (if possible) e.g. using models - hooks. My database will be rather small and also the performance will be less important than the coding fun. I don’t want to reinvent a wheel, maybe somebody has written a sequel- undo-redo-plugin or even can share a code snippet. Thanks, sbed -- 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.
