Git Product home page Git Product logo

fbexport's Introduction

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 file

FBCopy

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

Export client data

docker build --build-arg DATEBASE_NAME_ARG=DATABASE_NAME.FDB -t firebirdexport -f Dockerfile.fb-2.5 .   
docker run -v DATABASE_PATH:/var/lib/firebird/2.5/data -it --entrypoint /bin/bash firebirdexport

Development (blp-digital)

The test and deploy process is manual at the moment since we do not antecipate frequent changes.

Test:

bash -x integration_test.sh

Build and publish:

gcloud builds submit --config cloudbuild.yaml .

fbexport's People

Contributors

davidewalder avatar mapopa avatar mariuz avatar massmarz avatar pedro-r-marques avatar sledgehammerpl avatar svenbeck27 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.