Source code for ndlabdblink

# set an "active filter" (a where), then call e.g. nuclides.half_life, and the select is built with that filter:
# nuclides.half_life() is a function that calls
# buildquery( nuclides.half_life , active filter)
# it should remember whether is has been already called with that filter called

#%config IPCompleter.greedy = True

import os.path
import ndlaborm
import sqlite3