dialect
dialect copied to clipboard
SQLite as dependency
trafficstars
There are several issues with installing sqlite package on node (it says 0.6.x fails, but I'm facing errors with 0.8.0):
- https://github.com/orlandov/node-sqlite/issues/38
- https://github.com/orlandov/node-sqlite/issues/40
Installing sqlite from this fork helps (AFAIK, it fixes somehow missing node_events.h).
I think removing storage packages from dependencies should be considered. (Maybe adding them to devDependencies or something.) One more reason for this is when user selects Mongo as storage he probably never gonna use SQLite and vice versa.
it's been 2 months ... is there a workaround yet? what would be the quickest way to get this running with node 0.8.x?