A collection of programs and scripts that I find useful when dealing with Firebird databases.
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 |
Python programs are written for Python 3.5+
Just clone this repo and use it as you like
- 1.0
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details
Inspiration, code snippets, etc.
- various StackOverflow questions and answers - details inside files