Skip to content

Commit

Permalink
QuackPipe
Browse files Browse the repository at this point in the history
fix duckdb load driver issue
  • Loading branch information
afzalabbasi committed Jul 23, 2024
1 parent 5f0ec47 commit 3deea32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package db
import (
"context"
"database/sql"
_ "github.com/marcboeker/go-duckdb" // load duckdb driver
"os"
"quackpipe/model"
"time"
Expand Down

0 comments on commit 3deea32

Please sign in to comment.