Sqlite2XML

Version 1.0 (3.33 KB) by Samir Mitha
Functions to convert an Sqlite DB to XML and XSD formats.
9 Downloads
Updated 24 Jun 2021
Functions to convert an Sqlite DB to XML and XSD Formats.
Usage:
sqlite2xml(db_file, save_file)
Converts and sqlite database to XML.
Parameters
----------
db_file: path to .db file
save_file: save file name as .xml
Example
-------
sqlite2xml('home/Documents/sqlite/database.db', 'home/Documents/XML/output.xml')
sqlite2xsd(db_file, save_file)
Converts and sqlite database to XSD.
Parameters
----------
db_file: path to .db file
save_file: save file name as .xsd
Example
-------
sqlite2xml('home/Documents/sqlite/database.db', 'home/Documents/XML/output.xsd')
Types will need to be changed and foreign keys will need to be added for xsd.

Cite As

Samir Mitha (2026). Sqlite2XML (https://github.com/SamirMitha/Sqlite2XML/releases/tag/1.0), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Version Published Release Notes
1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.