orientechnologies / orientjs

The official fast, lightweight node.js client for OrientDB
http://orientdb.com
Other
326 stars 68 forks source link

[Documentation] Please provide clear documentation #381

Open svarunbe opened 5 years ago

svarunbe commented 5 years ago

The documentation is not clear with respect to which API is present in which version.

Eg:

  1. Server, Database, Client and Sessions API - which of them should be used in the current version?
  2. Record, Class, Index, Functions API - Are these deprecated?
  3. Please provide examples for 'Match' query and complex relation scenario.
  4. And improve the documentation as early as possible.
wolf4ood commented 5 years ago

Hi @svarunbe

1. as written here the Server/Database API are kept for backward compatibility http://orientdb.com/docs/3.0.x/orientjs/OrientJS.html

  1. Nope.

  2. What do you mean an example of Match? Did you check the tutorial of demodb?

https://orientdb.com/docs/3.0.x/gettingstarted/demodb/DemoDB-Introduction.html

Thanks