Skip to content

A collection of programs and scripts that I find useful when dealing with Firebird databases.

License

Notifications You must be signed in to change notification settings

wacekgocki/firebird-tools

Repository files navigation

Firebird Tools

A collection of programs and scripts that I find useful when dealing with Firebird databases.

Quick Reference

File Description
gstat_summary.py parses output of gstat and prints info about tables and indices, for help run: python3 gstat_summary.py --help
show_blob_data_size_total.sql SQL script to show total size of all blob data in database
show_blob_data_size_details.sql SQL script to show size of blob data for each table in database

Dependencies

Python programs are written for Python 3.5+

Installing

Just clone this repo and use it as you like

Version History

  • 1.0
    • Initial Release

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, etc.

  • various StackOverflow questions and answers - details inside files

About

A collection of programs and scripts that I find useful when dealing with Firebird databases.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages