Skip to content

Commit 004267b

Browse files
authored
add icu duckdb extension for python and r (#317)
1 parent 4a79ecb commit 004267b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

python-minimal/scripts/install-duckdb-extensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
duckdb.sql("INSTALL aws")
55
duckdb.sql("INSTALL postgres")
66
duckdb.sql("INSTALL spatial")
7+
duckdb.sql("INSTALL icu")

r-datascience/scripts/install-duckdb-extensions.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ DBI::dbExecute(con, 'INSTALL httpfs')
44
DBI::dbExecute(con, 'INSTALL aws')
55
DBI::dbExecute(con, 'INSTALL postgres')
66
DBI::dbExecute(con, 'INSTALL spatial')
7+
DBI::dbExecute(con, 'INSTALL icu')
78
DBI::dbDisconnect(con, shutdown=TRUE)

0 commit comments

Comments
 (0)