lidb Project Modules Structure

- lidb/
  - __init__.py
  - database.py
  - dataset.py
  - table.py
  - qdf/
    - __init__.py
    - qdf.py
    - expr.py
    - udf/
      - __init__.py
      - base_udf.py
      - cs_udf.py
      - d_udf.py
      - itd_udf.py
      - ts_udf.py
  - parse.py
  - decorator.py
  - svc/
    - __init__.py
    - data.py
  - init.py