Hi,

I wonder if I can add my project information in the wiki page, "Query
a JCR Repository Using JDBC" [1].
I can perhaps add the following section at the bottom of the page, for example:

-----
## Third-party JDBC Drivers for JCR
### jdbc-jcr
jdbc-jcr provides a generic JDBC Driver for JCR Repository using
either sql (javax.jcr.query.Query#SQL) or
JCR2_SQL(javax.jcr.query.Query#JCR2_SQL) query languages. It provides
read-only access to JCR vis JDBC API, with some degree of
extensibility. ALv2.
- https://github.com/woonsan/jdbc-jcr
-----

If acceptable, would you give me a write access to the page? My login
name is WoonsanKo.

As a background, I implemented the module [2] a few years ago for
reporting support purposes. It doesn't require any extra
configurations in repository but use JCR SQL or JCR_SQL2 statements
directly. That approach has pros and cons, of course.

Also, if anyone is interested in this simple module and thinks of it
as contributable to the project, I'd be more than happy to do that.

Regards,

Woonsan

[1] https://wiki.apache.org/jackrabbit/QueryUsingJdbc
[2] https://github.com/woonsan/jdbc-jcr

Reply via email to