-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
38 lines (24 loc) · 1.11 KB
/
README.txt
File metadata and controls
38 lines (24 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
MLSAM is an open source library that allows easy access to relational database
systems from within the MarkLogic environment.
If you are looking for SQL access to a MarkLogic database,
please see http://docs.marklogic.com/guide/sql
The MLSAM Tutorial has more information:
http://developer.marklogic.com/learn/2006-04-mlsam.xqy
(MLSAM was originally named MLSQL).
Source Components
-----------------
The "client" directory holds the sql.xqy library module. That's the only file
needed from XQuery.
The "server" directory holds the servlet with which the XQuery communicates.
The Java code is straightforward: it accepts an XML request from the XQuery
client, issues a JDBC request to the relational database, and returns an XML
response to the XQuery client.
The "zipcode-example" directory holds the SQL zipcode table data and example
queries as described in the tutorial.
Building
--------
Just run "ant". It produces zip files under the "deliverable" directory and
a "buildtmp" support directory.
Installation
------------
The tutorial above explains the basic steps of an install.