> > > 2) Is there a utility like phpMyAdmin or phpPgAdmin that allows me to easily > see/manipulate the contents/schema of the different > databases/tables/forests/whatever managed by my instance of the XMLdb?
MarkLogic comes with a Database Explorer inside Query console. See http://hostname:8000/qconsole. > > 3) Within the Ruby environment, is ActiveDocument the only MarkLogic-specific > gem available that interfaces with the XMLdb? It is. But it has not been actively maintained for a bit. I'd recommend you start with the REST API if you want to interact with MarkLogic via Ruby. -Eric _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
