2

It's my first time using Geddy JS and I'm starting to like it but when I tried using sqlite for development db I keep getting Model adapter not found for Page. Set .adapter for this model, or set model.defaultAdapter when I run geddy jake db:init / migrate.

Thanks

ginad
  • 1,863
  • 2
  • 27
  • 42

1 Answers1

0

Sqlite3 support is very new. In fact, I don't think it's even on NPM yet because @mde was just working on it today.

For updates on this feature you can hop on the #geddy freenode IRC channel, or join our mailing list.

We also have a filesystem adapter that might already be on NPM. If it isn't, it should be soon.

Ben
  • 1,292
  • 9
  • 17
  • Thanks, I just saw it in the git documentation so I thought it's already up and working. – ginad Oct 21 '13 at 11:03