orientjs
orientjs copied to clipboard
[Documentation] Please provide clear documentation
The documentation is not clear with respect to which API is present in which version.
Eg:
- Server, Database, Client and Sessions API - which of them should be used in the current version?
- Record, Class, Index, Functions API - Are these deprecated?
- Please provide examples for 'Match' query and complex relation scenario.
- And improve the documentation as early as possible.
Hi @svarunbe
as written here the Server/Database API are kept for backward compatibility http://orientdb.com/docs/3.0.x/orientjs/OrientJS.html
Nope. 3. 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