Skip to content

[FEATURE] Improve Function Docstrings #4

@TheCedarPrince

Description

@TheCedarPrince

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions