Sqlite2XML
Version 1.0 (3.33 KB) by
Samir Mitha
Functions to convert an Sqlite DB to XML and XSD formats.
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 (2024). 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 LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
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.