Skip to content

Commit

Permalink
adds OBDC for MSsql support
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 committed Apr 2, 2024
1 parent f7c816b commit e04fa1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ DuckDB = "d2f5444f-75bc-4fdf-ac35-56f514c445e1"
LibPQ = "194296ae-ab2e-5f79-8cd4-7183a0a5a0d1"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
MySQL = "39abe10b-433b-5dbd-92d4-e302a9df00cd"
ODBC = "be6f12e9-ca4f-5eb2-a339-a4f995cc0291"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SQLite = "0aa819cd-b072-5ff4-a722-6bc24af294d9"

Expand Down
1 change: 1 addition & 0 deletions src/TidierDB.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ using SQLite
using Reexport
using DuckDB
using MySQL
using ODBC

@reexport using DataFrames: DataFrame
@reexport using Chain
Expand Down

0 comments on commit e04fa1c

Please sign in to comment.