You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
_dbconnect from src/mysql.jl
_dbconnect from src/sqlite.jl
DBInterface.connect from src/postgresql.jl
DBInterface.prepare from src/postgresql.jl
DBInterface.execute from src/postgresql.jl
DBConnection and its dispatch within src/DBConnector.jl
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.
The text was updated successfully, but these errors were encountered:
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:_dbconnect
fromsrc/mysql.jl
_dbconnect
fromsrc/sqlite.jl
DBInterface.connect
fromsrc/postgresql.jl
DBInterface.prepare
fromsrc/postgresql.jl
DBInterface.execute
fromsrc/postgresql.jl
DBConnection
and its dispatch withinsrc/DBConnector.jl
Currently the functionality within
src/odbc.jl
andsrc/jdbc.jl
are still being fleshed out so I am waiting until that is further stabilized.The text was updated successfully, but these errors were encountered: