Official Python client for Kinetica (formerly GPUdb), a GPU-accelerated database. Current version 7.2.3.8, requires Python >=3.8.
pip install gpudbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to Kinetica using environment variables.
Use `GPUdb.Options()` or pass keyword arguments: `GPUdb(host='...', port=...)`.
Change `import gpudb` to `from gpudb import GPUdb`.
Set `options.username` and `options.password` before creating the GPUdb object.
No dependency data recorded yet.