deyles-zz / sculejs

SculeJS - data structures for the web
165 stars 24 forks source link

NodeJS #28

Closed b0c1 closed 11 years ago

b0c1 commented 11 years ago

hi! I try to use scule with nodejs (scule v0.0.8):

var collection = res.app.db.factoryCollection("scule+nodejs://test", {"path": "/temp"});
var test = {
        randomId: 100
    };
collection.save(test);
collection.commit();
//....
var result=collection.findAll();

Problems:

deyles-zz commented 11 years ago

Hey Janos, apologies for not addressing your ticket earlier. I'll take a look at this either this week or next. Thanks for bringing it to my attention.

deyles-zz commented 11 years ago

Hey Janos, this issue is fixed on the v0.0.9 branch.