kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.32k stars 94 forks source link

[Java API] Remove `Kuzu` prefix from class names #2973

Closed mewim closed 3 weeks ago

mewim commented 7 months ago

Since the Java API is encapsulated in com.kuzudb package, there is no need to add the Kuzu prefix for class names. We should remove it for simplicity.

SterlingT3485 commented 3 weeks ago

Removed the Kuzu prefix in Java API for kuzu/ldbc_snb_interactive_v1_impl/ldbc_finbench_transaction_impls repositories.