neo4j-contrib / sql2cypher

Experimental SQL to Cypher Transpiler using jooq and cypher-dsl
Apache License 2.0
26 stars 1 forks source link

Naming ? #5

Closed jexp closed 8 months ago

jexp commented 1 year ago

For the packages etc. we currently have sql2cypher, for the human readable / class-names etc. what do we want to use?

Any preferences?

lukaseder commented 1 year ago

I prefer spelling out to over 2. The latter is clever, and causes subtle edge cases when doing some camel case / JavaBeans / snake case conversion, or whatever it is one needs to do with names.

Regarding SQL or Sql, every project touching on such acronyms will inevitably have both, eventually 😅

JDBC uses SQL as a prefix. The JDK tends to use XML as a prefix, but JakartaEE often uses Xml. I personally prefer SQL, but that too can cause trouble with JavaBeans conventions.

michael-simons commented 8 months ago

I went with Sql, kept the 2 but I am gonna fix the latter.

michael-simons commented 8 months ago

Kamino closed and cloned this issue to neo4j/neo4j-jdbc