.gitignore
Cargo.lock
Cargo.toml
LICENSE
README.md
Taskfile.yml
pixi.toml
pyproject.toml
rust-toolchain.toml
setup.cfg
uv.lock
.github/workflows/CI.yml
.github/workflows/JS.yml
.github/workflows/NPM.yml
.github/workflows/Quality.yml
bindings/napi-xqdb/Cargo.toml
bindings/napi-xqdb/build.rs
bindings/napi-xqdb/src/arrow.rs
bindings/napi-xqdb/src/dto.rs
bindings/napi-xqdb/src/error.rs
bindings/napi-xqdb/src/lib.rs
bindings/napi-xqdb/src/utility.rs
bindings/napi-xqdb/src/worker.rs
crates/xqdb/Cargo.toml
crates/xqdb/src/connector.rs
crates/xqdb/src/errors.rs
crates/xqdb/src/io.rs
crates/xqdb/src/lib.rs
crates/xqdb/src/serde6.rs
crates/xqdb/src/types.rs
js-xqdb/.gitignore
js-xqdb/LICENSE
js-xqdb/README.md
js-xqdb/package-lock.json
js-xqdb/package.json
js-xqdb/tsconfig.build.json
js-xqdb/tsconfig.json
js-xqdb/vitest.config.ts
js-xqdb/benchmarks/compare-jkdb.mjs
js-xqdb/benchmarks/results/windows-x64-node26-100k.json
js-xqdb/npm/darwin-arm64/LICENSE
js-xqdb/npm/darwin-arm64/package.json
js-xqdb/npm/linux-x64-gnu/LICENSE
js-xqdb/npm/linux-x64-gnu/package.json
js-xqdb/npm/win32-x64-msvc/LICENSE
js-xqdb/npm/win32-x64-msvc/package.json
js-xqdb/src/conversion.ts
js-xqdb/src/errors.ts
js-xqdb/src/helpers.ts
js-xqdb/src/index.ts
js-xqdb/src/native-contract.ts
js-xqdb/src/native-loader.ts
js-xqdb/src/q.ts
js-xqdb/src/types.ts
js-xqdb/test/conversion.test.ts
js-xqdb/test/errors.test.ts
js-xqdb/test/helpers.test.ts
js-xqdb/test/live-ipc.test.ts
js-xqdb/test/native-loader.test.ts
js-xqdb/test/package.test.ts
js-xqdb/test/public-api.test.ts
js-xqdb/test/q.test.ts
py-xqdb/Cargo.toml
py-xqdb/LICENSE
py-xqdb/README.md
py-xqdb/ruff.toml
py-xqdb/rust-toolchain.toml
py-xqdb/benchmarks/bench_ipc.py
py-xqdb/src/arrow.rs
py-xqdb/src/connector.rs
py-xqdb/src/error.rs
py-xqdb/src/lib.rs
py-xqdb/test/__init__.py
py-xqdb/test/conftest.py
py-xqdb/test/test_ipc.py
py-xqdb/xqdb/__init__.py
py-xqdb/xqdb/_conversion.py
py-xqdb/xqdb/exceptions.py
py-xqdb/xqdb/py.typed
py-xqdb/xqdb/q.py
py-xqdb/xqdb/util.py
py-xqdb/xqdb.egg-info/PKG-INFO
py-xqdb/xqdb.egg-info/SOURCES.txt
py-xqdb/xqdb.egg-info/dependency_links.txt
py-xqdb/xqdb.egg-info/requires.txt
py-xqdb/xqdb.egg-info/scm_file_list.json
py-xqdb/xqdb.egg-info/scm_version.json
py-xqdb/xqdb.egg-info/top_level.txt
testing/kdb/.containerignore
testing/kdb/Containerfile
testing/kdb/entrypoint.sh
testing/kdb/init.q
testing/kdb/manage.ps1