arrowdantic
arrowdantic copied to clipboard
Arrow, pydantic style
Hi @jorgecarleitao, Thanks for putting this library together -- it looks awesome! I had a few quick questions. 1. What is the easiest way to convert to / from numpy...
I'm trying to connect to my postgres db ```python uri = f"postgresql://dbuser:secret@localhost:5433/db" uri = "Driver={PostgreSQL};Server=localhost;Port=5433;Database=db;User Id=dbuser;Password=secret" conn = ad.ODBCConnector(uri) Traceback (most recent call last): File "/home/mcolosimo/Projects/Paradigm4/cs_tool_kit/sql_variants_server/polars-loader/./pl_arrowdantic_sql.py", line 12, in with...
Actually, manylinux only push wheels for python 3.7-amd64. Maturin have the ability to build multi-arch and multi-version. For example : https://github.com/ijl/orjson/blob/master/.github/workflows/linux-cross.yaml