Package Details: duckdb-bin 1.1.3-1

Git Clone URL: https://aur.archlinux.org/duckdb-bin.git (read-only, click to copy)
Package Base: duckdb-bin
Description: An in-process SQL OLAP database management system
Upstream URL: https://duckdb.org
Keywords: sql
Licenses: MIT
Conflicts: duckdb, duckdb-git
Provides: duckdb
Submitter: freevryheid
Maintainer: freevryheid (tee)
Last Packager: tee
Votes: 12
Popularity: 2.20
First Submitted: 2023-02-23 20:52 (UTC)
Last Updated: 2024-11-07 00:33 (UTC)

Latest Comments

1 2 Next › Last »

freevryheid commented on 2024-10-21 11:32 (UTC) (edited on 2024-10-21 11:34 (UTC) by freevryheid)

Notes to self
+ change pkgver (in PKBUILD & duckdb.pc)
updpkgsums
makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO duckdb.pc
git commit -m "update to v?.?.?"
git push
git clean -dfx

freevryheid commented on 2024-09-28 15:15 (UTC)

added tee as co-maintainer

tee commented on 2024-09-27 10:33 (UTC)

I am keen to co-maintain this package to update it faster.

evopen commented on 2024-02-29 08:25 (UTC)

Hi. Can you include the static library in the package? Thanks.

freevryheid commented on 2024-02-12 15:55 (UTC) (edited on 2024-02-12 15:58 (UTC) by freevryheid)

Personally I prefer using pip install vs pacman -S python-pkg

duckdb-bin works OK with duckdb installed using

pip install duckdb

I typically install this into a virtual env:

python -m venv venv

and then source the venv

. venv/bin/activate

Once the venv has been activated you can

pip install duckdb
import duckdb

nixit commented on 2024-02-10 22:39 (UTC)

with this installed, do you know why when I install python-duckdb, duckdb is still compiled. am I missing something?

freevryheid commented on 2023-10-02 11:53 (UTC)

Updated to v0.9.0. This release does NOT include armv7h and i386 binaries since these were not included with the release.

freevryheid commented on 2023-09-25 14:04 (UTC) (edited on 2023-09-25 19:20 (UTC) by freevryheid)

v0.8.1-4 is a multi-arch version including linux binaries for aarch64, armv7h(rpi), i686(i386) and x86_64(amd64). Please test and let me know if this DOESN'T work on these archs or if it breaks anything.

freevryheid commented on 2023-09-25 12:42 (UTC)

Added provides=("duckdb")

AlphaJack commented on 2023-09-20 23:10 (UTC)

Hi, can you please add a provide=("duckdb") entry? Otherwise python-duckdb will require the version of the package that needs to be compiled