andrii0lomakin / orientdb

OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
http://orientdb.org
Apache License 2.0
0 stars 0 forks source link

Add hasEdge and getEdgeNames methods into new graph API #22

Open andrii0lomakin opened 6 months ago

andrii0lomakin commented 6 months ago

Currently, implementation of such methods requires knowledge of the internals of OrientDB and so should be provided by API.

andrii0lomakin commented 6 months ago

In a couple of weeks, I would like to add:

  1. Changes in the TX commit protocol that will allow the added validation to enforce different types of n..n relations without the usage of indexes at all.
  2. More unit tests will be added.