balderdashy/sails

Custom neo4j adapter

Open

#6,996 opened on May 21, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (1,953 forks)batch import
3rd party packagehelp wantedormtry this out please

Repository metrics

Stars
 (22,778 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Follow the docs, I generate a custom adapter by sails generate adapter adapterName Then I pull a custom sails-neo4j adapter on github (https://github.com/keenkiran/sails-neo4j)

It said

`The adapter used by the "default" datastore is not compatible with the current version of Sails/Waterline.

The adapter should expose a valid "adapterApiVersion".

If you're using Sails ≥1.0, try: npm install sails-neo4j@latest --save`

Send help please Node version: 10.x Sails version (sails): 1.x ORM hook version (sails-hook-orm): 2.1.1 Sockets hook version (sails-hook-sockets): 2.0.0 Organics hook version (sails-hook-organics): Grunt hook version (sails-hook-grunt): 4.0.0 Uploads hook version (sails-hook-uploads): DB adapter & version (e.g. sails-mysql@5.55.5): Skipper adapter & version (e.g. skipper-s3@5.55.5):

Contributor guide