As it stands, although much of the internal functions for this package build upon DBInterface.jl, which has a very clear interface and documentation corpus, there are several problematic functions within this package that are undocumented so far. Below is a list of functions that need to be documented:
Currently the functionality within src/odbc.jl and src/jdbc.jl are still being fleshed out so I am waiting until that is further stabilized.
As it stands, although much of the internal functions for this package build upon
DBInterface.jl, which has a very clear interface and documentation corpus, there are several problematic functions within this package that are undocumented so far. Below is a list of functions that need to be documented:_dbconnectfromsrc/mysql.jl_dbconnectfromsrc/sqlite.jlDBInterface.connectfromsrc/postgresql.jlDBInterface.preparefromsrc/postgresql.jlDBInterface.executefromsrc/postgresql.jlDBConnectionand its dispatch withinsrc/DBConnector.jlCurrently the functionality within
src/odbc.jlandsrc/jdbc.jlare still being fleshed out so I am waiting until that is further stabilized.