Sqlite2XML

Version 1.0 (3,33 KB) von Samir Mitha
Functions to convert an Sqlite DB to XML and XSD formats.
9 Downloads
Aktualisiert 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.

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2021a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.