Skip to content

sample code given in readme isn't working #23

@venkat299

Description

@venkat299

when I am running the example code provided in readme, I am getting a error!

var seneca              = require('seneca');
var senecaSQLiteStore   = require('seneca-sqlite-store');

var senecaConfig = {}
var senecaSQLiteStoreOpts = {
    database:'../harvest.db'
};

var si = seneca(senecaConfig);
si.use(senecaSQLiteStore, senecaSQLiteStoreOpts);
si.ready( function(){

});

screen shot 2016-03-15 at 12 50 38 am

any help on this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions