Hi all, it's a couple of years I'm working on a project using OrientDB as primary data storage and I find it a good product with great support team and a interesting community of users.
Since our application uses a lot OSQL query language I decided to write a query builder with these goals: - *writing complex queries* without dealing with ugly Java String composition - *avoiding syntax errors* in OSQL as much as possible During Winter holidays I decided it would be useful to make it available also to other OrientDB users and I spent some time implementing all the missing construct for OSLQ SELECT statement ( http://www.orientechnologies.com/docs/last/orientdb.wiki/SQL-Query.html ). Now it is public (under ASL 2.0) on github: https://github.com/raymanrt/orientqb On the repository you will find: further information about the project and design choices, a little tutorial to start with and all the unit tests for (almost) every function implemented. I really would like to have some feedback both from the development team and from the users at any kind of level. Of course any contribution is appreciated. Cheers, Riccardo -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
