rfirebird - Firebird tool for raw access the database files
This is a study and demonstration project. Only use this project with offline copy of your database file.
Examples
Tables of a database
| |
| |
| |
| |
| |
Columns of a table
| | | | | |
| | | | | |
| | | | | |
| | | | | |
Values of a table
| | | | | | | | | | |
| | | | () | | | | | | |
| | | | () | | | | | | |
Goals
- Open database files
- Access tables
- Read data rows
- Handle big database files
- Support firebird 1.0 files
- Support firebird 2.0 files
- Support firebird 3.0 files
- Support firebird 4.0 files
Types
- Varchar
- Char
- Int
- SmallInt
- Float
- Decimal
- Numeric
- Timestamp
- Date
- Time
CLI
- Open .fdb files
- List tables
- Show records of a table