#
xml-database
Here are 11 public repositories matching this topic...
Aulas, exercícios e resumos das matérias: banco de dados I, II, III.
sql
nosql
sql-query
banco-de-dados
newsql
relational-algebra
xml-database
ufsc
normalization
learning-sql
database-objects
ine
temporary-database
geography-database
-
Updated
May 24, 2021 - PLpgSQL
Exercises for the XQuery Workshops at XQuery at DH2017
-
Updated
May 11, 2018 - XQuery
XBird: Light-weight XQuery processor and XML database system written in Java
-
Updated
Oct 8, 2019 - HTML
PHP XML Database
-
Updated
Sep 10, 2018 - PHP
Import raw xml xapi database dumps into python dictionaries or json
-
Updated
May 23, 2018 - Python
c# ve python kan bağışı uygulaması - bloodbank application example xml database and sql database
-
Updated
Jul 8, 2020 - Python
A document database in the most literal case.
-
Updated
Mar 18, 2018 - C#
Improve this page
Add a description, image, and links to the xml-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xml-database topic, visit your repo's landing page and select "manage topics."
The function
xmldb:create-collection($target-collection-uri as xs:string, $new-collection as xs:string)
supports recursion on the $new-collection, which makes it possible to say:This recursively creates a/b/c/d as needed and returns
/db/apps/a/b/c/d
. This very much appreciated behavior however is undocumented.As ca