Disconnect a SemsqlConn from its database
Examples
goref <- semsql_connect(ontology = "go")
#> Connected to SemanticSQL database: /Users/vincentcarey/Library/Caches/org.R-project.R/R/BiocFileCache/40e293b372b_go.db
#> Primary ontology prefix: GO
disconnect(goref)
#> Disconnected from '40e293b372b_go.db'