libesedb

Tools for reading and analyzing Extensible Storage Engine database files

brewmacoslinux
Try with needOr install directly
Source

About

Library and tools for Extensible Storage Engine (ESE) Database files

Commands

esedbexportesedbinfo

Examples

Display information about an ESE database file$ esedbinfo database.edb
Export ESE database tables to CSV format$ esedbexport -t TableName -f csv database.edb
List all tables in an ESE database$ esedbinfo -t database.edb