fzakaria / sqlelf

Explore ELF objects through the power of SQL
MIT License
240 stars 8 forks source link

Make the tables that are registered configurable #15

Closed fzakaria closed 9 months ago

fzakaria commented 9 months ago

Make the list of tables configurable in the API. Some of the tables are quite expensive to generate such a instructions or symbols.

Allow the users to configure which tables to generate when they create a sql_engine.

CC @markrwilliams