downloads / 0.1.0-dev
0.1.0-dev
latestpreview18 Aug 2026
Engine complete
Phases 0–15 of the engine ship in this tree: storage, WAL, MVCC, SQL, optimizer, protocol, JSON, full-text, vectors, hybrid plans, security, backup/PITR/export, and Raft HA.
- •One WAL, one MVCC, and one optimizer for SQL, JSON, vectors, full-text, and geo
- •AES-256-GCM envelope encryption on by default
- •Native NSQL v1 protocol with official Go, JS, and PHP drivers
Downloads
No prebuilt binaries for this version yet. Install from source with
go install github.com/bzync/nextsql/cmd/nextsql@latest.What’s new
Added
- EngineClustered B+Tree storage, group-commit WAL, and fsync before commit is acknowledged.
- SQLHybrid SELECT: filters, SEARCH (BM25), and NEAREST (ANN) in one physical plan with reciprocal rank fusion.
- JSONNative JSON columns (NSJB) with path extract and path indexes.
- VectorsVECTOR<F32,N> with flat and HNSW indexes.
- SearchInverted full-text index, BM25 ranking, and phrase queries.
- GeoWGS84 POINT, BOX, and LINESTRING types.
- SecurityEnvelope encryption, TLS 1.3 off loopback, password auth, and RBAC.
- HAThree-voter Raft, quorum commits, and encrypted replication.
- CLInextsql init/serve/migrate and nextsqld with --key-file off the data volume.
- DriversOfficial Go, Node/Bun/Deno, and PHP drivers. Keys never go in a URL.