Adds DuckDB to smart cell definitions (#2773)

This commit is contained in:
Hugo Baraúna 2024-09-05 19:16:35 -03:00 committed by GitHub
parent dfa7fc3c2f
commit 3216b6b06f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,6 +103,16 @@ defmodule Livebook.Runtime.Definitions do
}
]
},
%{
name: "DuckDB",
packages: [
kino_db,
%{
name: "adbc",
dependency: %{dep: {:adbc, ">= 0.0.0"}, config: []}
}
]
},
%{
name: "Google BigQuery",
packages: [