Sqlite2XML

Functions to convert an Sqlite DB to XML and XSD formats.

https://github.com/SamirMitha/Sqlite2XML

You are now following this Submission

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 .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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.