We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823a1b6 commit 0929d52Copy full SHA for 0929d52
doc/compas-scl-data-service.md
@@ -68,8 +68,8 @@ There a some BaseX specific choices made in storing the SCL.
68
69
There a some PostgreSQL choices made in storing the SCL.
70
71
-- For the PostgreSQL version we use FlyWay to maintain the database schema. All SCL XML Files are stored in a table
72
- called `scl_file`.
+- For the PostgreSQL version we use FlyWay to maintain the database schema.
+- All SCL XML Files are stored in a table called `scl_file`.
73
- For every new version of an SCL XML File a new record is created.
74
- The full XML is stored in a text field `scl_data`.
75
- We can use the XPath function of PostgreSQL to retrieve extra info from the XML.
0 commit comments