mysqldump-vo | VOTables dump and output support
kandi X-RAY | mysqldump-vo Summary
kandi X-RAY | mysqldump-vo Summary
mysqldump-vo is a C library. mysqldump-vo has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
A fork of the mysqldump tool distributed with MySQL 5.5.28. Our version supports dumping tables in the VOTable 1.3 format (BINARY and ASCII). Further our version support remote dumping of TAB/CSV/... separated files, which in the original version of mysqldump only worked locally. VOTable 1.3 output has been validated with the latest STILTS votlint tool. Output should thus conform to the standard (but we cannot guarantee this yet at this BETA stage). Some features (such as dumping TIME fields) are not yet implemented since it is not yet clear from the VOTable specs how this is achieved. In order to use this tool, you need the MySQL sources of the MySQL version you are using.
A fork of the mysqldump tool distributed with MySQL 5.5.28. Our version supports dumping tables in the VOTable 1.3 format (BINARY and ASCII). Further our version support remote dumping of TAB/CSV/... separated files, which in the original version of mysqldump only worked locally. VOTable 1.3 output has been validated with the latest STILTS votlint tool. Output should thus conform to the standard (but we cannot guarantee this yet at this BETA stage). Some features (such as dumping TIME fields) are not yet implemented since it is not yet clear from the VOTable specs how this is achieved. In order to use this tool, you need the MySQL sources of the MySQL version you are using.
Support
Quality
Security
License
Reuse
Support
mysqldump-vo has a low active ecosystem.
It has 3 star(s) with 0 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
There are 0 open issues and 1 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of mysqldump-vo is current.
Quality
mysqldump-vo has no bugs reported.
Security
mysqldump-vo has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
mysqldump-vo is licensed under the GPL-2.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
mysqldump-vo releases are not available. You will need to build from source code and install.
Installation instructions are available. Examples and code snippets are not available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mysqldump-vo
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mysqldump-vo
mysqldump-vo Key Features
No Key Features are available at this moment for mysqldump-vo.
mysqldump-vo Examples and Code Snippets
No Code Snippets are available at this moment for mysqldump-vo.
Community Discussions
No Community Discussions are available at this moment for mysqldump-vo.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mysqldump-vo
Dependencies: MySQL sources, cmake. DONE: you can now use mysqldump_vo.
Download the mysql source corresponding to your installed version. Building mysql from scratch is recommended. Note: ONLY MYSQL VERSION 5.5 AND ABOVE ARE CURRENTLY SUPPORTED (I.E. TESTED - COULD WORK WITH OTHERS...)
copy default.CMakeList.txt to CMakeList.txt and edit it accordingly to point to the directory where mysql is installed and where the mysql sources are located.
set CMAKE_INSTALL_PREFIX to the desired location. This will install mysqldump_vo in the specified directory.
mkdir build cd build
cmake ..
make
sudo make install
Download the mysql source corresponding to your installed version. Building mysql from scratch is recommended. Note: ONLY MYSQL VERSION 5.5 AND ABOVE ARE CURRENTLY SUPPORTED (I.E. TESTED - COULD WORK WITH OTHERS...)
copy default.CMakeList.txt to CMakeList.txt and edit it accordingly to point to the directory where mysql is installed and where the mysql sources are located.
set CMAKE_INSTALL_PREFIX to the desired location. This will install mysqldump_vo in the specified directory.
mkdir build cd build
cmake ..
make
sudo make install
Support
This tool will write UCD and unit information into the VOTable output, if they are defined in the columns comment in a special form. Since this was designed to work with Daiquiri-Web, UCD and unit will be safed in a web friednly way using JSONs.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page