Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariuz/fbexport
FBExport is a tool for importing/exporting data and executing SQL statements on Firebird , FBCopy is a tool to copy and compare data accross Firebird databases.
https://github.com/mariuz/fbexport
Last synced: 29 days ago
JSON representation
FBExport is a tool for importing/exporting data and executing SQL statements on Firebird , FBCopy is a tool to copy and compare data accross Firebird databases.
- Host: GitHub
- URL: https://github.com/mariuz/fbexport
- Owner: mariuz
- License: other
- Created: 2013-09-12T14:39:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T08:54:51.000Z (over 4 years ago)
- Last Synced: 2024-11-08T06:40:28.543Z (about 1 month ago)
- Language: C++
- Size: 438 KB
- Stars: 20
- Watchers: 12
- Forks: 17
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- project-awesome - mariuz/fbexport - FBExport is a tool for importing/exporting data and executing SQL statements on Firebird , FBCopy is a tool to copy and compare data accross Firebird databases. (C++)
README
fbexport
========FBExport is a tool for importing/exporting data and executing SQL statements on Firebird , FBCopy is a tool to copy and compare data accross Firebird databases.
FBExport
export and import data from Firebird databases
command line and GUI version
runs on Windows and Linux
export to comma separated values (CSV) format
export as INSERT statements
use exported data in DML statements
handles NULLs and BLOBs properly
ability to execute sql scripts from a fileFBCopy
copy and compare data between Firebird databases
runs on Windows and Linux
automatically loads tables and compares their fields
uses Foreign Keys and Checks to determine the correct order of tables
can create ALTER TABLE and CREATE TABLE scripts needed to update the destination database
HTML overview of differences in data and metadata