Actually, the document of the AbstractAdapter has told everything you need. Just implement #create, #update, #read, #delete methods. I have an adapter for Parse if it can help.
On Aug 3, 2012, at 8:11 PM, Greg wrote: > Hi all > > I'm looking to create a new adapter for DataMapper. Is there a template that > I can use as a starting point, or a document that I can refer to that > explains the process? > > Thanks > Greg > > -- > You received this message because you are subscribed to the Google Groups > "DataMapper" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/datamapper/-/0uQwrnm8URMJ. > 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/datamapper?hl=en. Best regards, Zhi-Qiang Lei [email protected] -- You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en.
