Hi,

I don't use sails but I do use waterline + sails-orientdb with success. My 
config looks like this:

var orientAdapter = require('sails-orientdb');
...
  adapters: {
    'default': orientAdapter,
    orient: orientAdapter
  },
    
    myLocalOrient: {
      adapter: 'orient',
      host: 'localhost',
      port: 2424,
      user: 'root',
      password: 'root',
      database: 'gda'
    }
  },
  
  defaults: {
    migrate: 'safe'
  }

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to