3

Is there a good documentation for Database Adapters for Geddy. I am trying to implement saving of the model data in geddy in an sqlite or similar database.

Encore PTL
  • 8,084
  • 10
  • 43
  • 78

2 Answers2

1

We're implementing this stuff now, keep track of the progress here: https://github.com/mde/geddy/pull/78

Techwraith
  • 1,298
  • 1
  • 10
  • 12
  • I see that the pull request is merged and that's great. It would have been even better if we had some documentation other than the comments on the pull request or the source code. – Ege Özcan May 16 '12 at 08:48
  • Thanks for the feedback @EgeÖzcan - we'll be updating the documentation soon. – Techwraith Jun 28 '12 at 23:11
  • 1
    @EgeOzcan there's info on the [Wiki Page for Model Adapters](https://github.com/mde/geddy/wiki/Model-Adapters) – Miguel Madero Oct 16 '12 at 17:44
1

This is implemented now and the documentation is on the Wiki Page for Model Adapters

Miguel Madero
  • 1,948
  • 13
  • 21