abedev / abe

API for Back-End (Haxe, NodeJS and Express)
54 stars 10 forks source link

Persistent storage using abe #56

Closed tiagolr closed 9 years ago

tiagolr commented 9 years ago

Hi, what persistent storage are you using with abe? Any recomended haxe libs or externs? I'm quite used to haxe SPODS but i guess they won't be available for nodejs target for a while.

Thanks for this lib, looks very simple and with lots of potential.

fponticelli commented 9 years ago

abe doesn't use any persistent storage since it tries to provide only the infrastructure. In a project, we are using SequelizeJS. It has its quirkness but seems to be ok.

tiagolr commented 9 years ago

That sounds awesome, i was also looking at Squelize, in the future an example showing how to work with Abe + squelize + passport would be terrific, for now I'm sticking with haxe ufront for a couple of projects. Cheers.

fponticelli commented 9 years ago

I will try to add examples as time permits ... no promises ;)