# Functions
ConnectDB handles the connection and migrations depending on the configured database engine.
TODO: DELETE THIS feature<<<<<, change to MySQL for compatibility with already written manual queries.
ConnectSQLite manages the creation and connection to a local SQLite file.
GetExons returns a slice of all exons in the database.
StoreExons stores in the database a record for a gene exon.
StoreFile stores in the database an associated record to an original BAM file source.
StoreGene stores in the database a record for a gene.
StoreKit stores in the database a commercial exon capture kit name and associated details.
StoreSynonyms stores in the database a record for a gene synonym mapping.
StoreExons stores in the database a single variant (rs) from ClinVar.
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author