Skip to content

Commit 808085f

Browse files
committed
Update to README.md
1 parent 7c4d911 commit 808085f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@ test_types/test_types
6363

6464
# Coverage files in subdirectories
6565
**/coverage.out
66+
67+
# Local
68+
RELEASE.md

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ go get -u github.com/greysquirr3l/gorm-duckdb-driver
2929
```go
3030
module your-project
3131

32-
go 1.21
32+
go 1.24
3333

3434
require (
3535
gorm.io/driver/duckdb v1.0.0
3636
gorm.io/gorm v1.25.12
3737
)
3838

3939
// Replace directive to use this implementation
40-
replace gorm.io/driver/duckdb => github.com/greysquirr3l/gorm-duckdb-driver v0.2.4
40+
replace gorm.io/driver/duckdb => github.com/greysquirr3l/gorm-duckdb-driver v0.2.5
4141
```
4242

4343
> **📝 Note**: The `replace` directive is necessary because this driver uses the future official module path `gorm.io/driver/duckdb` but is currently hosted at `github.com/greysquirr3l/gorm-duckdb-driver`. This allows for seamless migration once this becomes the official GORM driver.

0 commit comments

Comments
 (0)