ibiRecovery

ibi Database Recovery Documentation

Welcome to the complete documentation for ibi database recovery tools and schema analysis.

Documentation Overview

đź“– Schema & API Documentation

🛠️ Analysis Documents

Quick Reference

Database Version Information

Core Statistics

File Storage Formula

Physical file path = /files/{contentID[0]}/{contentID}
Example: contentID "jT9JduP8vIHpwuY32gLQ" → /files/j/jT9JduP8vIHpwuY32gLQ

Key Tables Schema

Files Table (Primary Content)

FileGroups Table (Albums)

FilesTags Table (AI Content Analysis)

Export Formats Supported

For Developers

Use the reference implementation to get started:

from docs.reference_implementation import IbiDatabaseParser

parser = IbiDatabaseParser('path/to/index.db')
parser.connect()
files = parser.get_all_files()

See the Developer Guide for detailed development information.

Repository & Community