Skip to content

Releases: kuntal-devrat/PipeQL

v1.1.7

Choose a tag to compare

@github-actions github-actions released this 15 Aug 14:57

PipeQL v1.1.7

Highlights

4476bec fix: resolve compiler subquery bugs, add native schema parsing, zero-boilerplate Go/Python drivers, and bump v1.1.7

Install

# Rust / CLI
cargo install pipeql-cli

# JavaScript / TypeScript
npm install @flaxmbot/pipeql

# Python
pip install pipeql

# C/C++ (from source)
cargo build --release -p pipeql-cffi

# Go
go get github.com/Flaxmbot/PipeQL/go@v1.1.7

Supported Dialects

PostgreSQL, SQLite, DuckDB, MySQL

Links

v1.1.6

Choose a tag to compare

@github-actions github-actions released this 08 Aug 09:56

PipeQL v1.1.6

Highlights

df0e458 fix(ci): disable wasm-opt in wasm-pack metadata
6422ecd release: v1.1.6 - fluent builders, filter-guard escape hatch & full audit fixes

Install

# Rust / CLI
cargo install pipeql-cli

# JavaScript / TypeScript
npm install @flaxmbot/pipeql

# Python
pip install pipeql

# C/C++ (from source)
cargo build --release -p pipeql-cffi

# Go
go get github.com/Flaxmbot/PipeQL/go@v1.1.6

Supported Dialects

PostgreSQL, SQLite, DuckDB, MySQL

Links

v1.1.5

Choose a tag to compare

@github-actions github-actions released this 07 Aug 17:02

PipeQL v1.1.5

Highlights

1973d0c release: v1.1.5 - outer joins & parenthesized IN lists
d4da5a6 fix(parser): support SQL-style outer joins and parenthesized IN lists
6bee031 feat(vcpkg): add pipeql C SDK port (v1.1.4)

Install

# Rust / CLI
cargo install pipeql-cli

# JavaScript / TypeScript
npm install @flaxmbot/pipeql

# Python
pip install pipeql

# C/C++ (from source)
cargo build --release -p pipeql-cffi

# Go
go get github.com/Flaxmbot/PipeQL/go@v1.1.5

Supported Dialects

PostgreSQL, SQLite, DuckDB, MySQL

Links