Commit cf7ff0a4 authored by Grant, Josh's avatar Grant, Josh
Browse files

add NOTES for ideas

parent f2c32f5e
Loading
Loading
Loading
Loading

NOTES

0 → 100644
+3 −0
Original line number Diff line number Diff line
Connection mixins (override default open behavior and open any kind of database object this way; -- thinking sqlalchemy and psycopg2 for starters)
Pandas mixin (allow for importation of query/schema.table to a pandas dataframe -- not always wanted so having it as a chainable mixin would be nice
CommonException class to catch custom exceptions of the common package -- maybe write to a package /tmp/error.log file?