petersirka / nosql

NoSQL embedded database for small node.js projects
Other
295 stars 48 forks source link

Plan to support promises (e.g. Q)? #16

Closed TheoryOfNekomata closed 8 years ago

TheoryOfNekomata commented 9 years ago

IMO it would be nice if nosql also supports promises for readability.

petersirka commented 9 years ago

Good idea. I'll think about it into new version. Thanks!

petersirka commented 8 years ago

Hi @Temoto-kun, I rewrited DB and the promises weren't added because the DB engine was changed.

Thank you.