Advantages:
- all data contained in a single .so / .dll
- simplified CMakeLists
- eliminates risk of orphaned data files install directory
- increased portability: eliminates path fuzz in windows
Disadvantages:
- .so / .dll increases in footprint
- perhaps a bit more complicated to import new tables, unless script is provided for .h generation