Skip to content

Releases: ledocorp/fxql

fxql 0.1.0 - scrubbed public surface (Win+Linux)

Choose a tag to compare

@shawnlondono shawnlondono released this 11 Aug 21:02

fxql 0.1.0

Date: 11 August 2026
Tag: v0.1.0
Requires: fxlang v0.9.6+ with --cli (Win + Linux x86_64)

Highlights

  • First public release of fxql — SQLite one-shot query under --allow
  • Dual-path bins: fxql (emit-C) and fxql-ir (IR)
  • No author-written host/*.c — rebuild with fx build fxql_lib.fx … --cli
  • Platforms: Windows + Linux x86_64

Install

Download fxql-0.1.0-windows-x86_64.zip or fxql-0.1.0-linux-x86_64.tar.gz from this release.

Notes

  • Needs an fx package that ships --cli + host/cli / host/process / host/cap (0.9.6+).
  • Bundled SQLite is the public-domain amalgamation (see NOTICE / third-party terms).
  • macOS prebuilts are not claimed.