Package Details: duckdb-bin 0.10.2-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
Last Packager: freevryheid
Votes: 5
Popularity: 0.47
First Submitted: 2023-02-23 20:52 (UTC)
Last Updated: 2024-04-22 11:19 (UTC)

Latest Comments

1 2 Next › Last »

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

AlphaJack commented on 2023-08-09 18:49 (UTC)

Hi, can you please include ARM architectures as well?

  • aarch64: duckdb_cli-linux-aarch64.zip libduckdb-linux-aarch64.zip
  • armv7h: duckdb_cli-linux-rpi.zip libduckdb-linux-rpi.zip

freevryheid commented on 2023-06-19 14:49 (UTC)

I've added a pkg-config pc file to the package to ease linking as a dependency. This is copied to /usr/lib/pkgconfig/duckdb.pc

freevryheid commented on 2023-05-23 13:59 (UTC)

Thanks - I've updated the PKGBUILD so that the sources include pkgver.