sqlite3 - How to access ODB files in Python 2.7 -
 i want access odb file (made libreoffice base) in python , extract table further use. odb contains several tables, 1 relation design , several forms.  is possible achieve without using sql?  edit:  since seems overcomplicated parse format on own, i'll consider using proper hsqldb engine.  what python module accesses via hsql (like sqlite3 sqlite does)?     you can consider python uno  api comes openoffice. there several python examples  interact api, including 1 sample database  there so question  explained how use uno libreoffice.